Results

By type

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

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

2022-09-12T05:05:38.520Z||main|||||INFO|500||The following profiles are active: basic
2022-09-12T05:05:50.219Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-12T05:05:50.220Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-12T05:05:50.343Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-12T05:05:54.390Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-12T05:05:54.850Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-12T05:05:55.293Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-12T05:05:55.297Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-12T05:05:55.402Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-12T05:05:55.624Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-12T05:05:56.247Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-12T05:05:58.428Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-12T05:06:00.637Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-12T05:06:00.698Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-12T05:06:01.308Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-12T05:06:01.574Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-12T05:06:02.776Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-12T05:06:03.900Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-12T05:06:03.927Z||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$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-09-12T05:06:03.929Z||main|||||WARN|500||The sdc end point is not alive
2022-09-12T05:06:06.696Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-12T05:06:09.477Z||main|||||WARN|500||---
2022-09-12T05:06:09.477Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-12T05:06:09.477Z||main|||||WARN|500||---
2022-09-12T05:06:09.881Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-12T05:06:14.272Z||main|||||INFO|500||Started Application in 39.502 seconds (JVM running for 42.865)
2022-09-12T05:06:14.287Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-12T05:06:14.288Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-12T05:06:14.299Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-12T05:06:14.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-12T05:06:14.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0c5068b-519a-4c07-b990-67788b3df1e9 url= /sdc/v1/artifactTypes
2022-09-12T05:06:14.385Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-12T05:06:14.702Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-12T05:06:14.754Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-09-12T05:06:14.774Z||scheduling-1|||||DEBUG|500||create keys
2022-09-12T05:06:14.781Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-12T05:06:14.842Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:06:14.859Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e28e7dcd-41a7-4170-a42a-1b93da27f830 url= /sdc/v1/registerForDistribution
2022-09-12T05:06:15.085Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e28e7dcd-41a7-4170-a42a-1b93da27f830 url= /sdc/v1/registerForDistribution
2022-09-12T05:06:15.085Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-12T05:06:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:06:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:06:15.103Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:06:15.104Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:06:15.104Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-12T05:06:15.105Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:06:15.105Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:06:25.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:06:25.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:07:15.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:07:15.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:07:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:07:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:07:15.096Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:07:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:07:24.710Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:07:24.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:08:15.094Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:08:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:08:15.097Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:08:15.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:08:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:08:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:08:24.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:08:24.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:09:15.093Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:09:15.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:09:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:09:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:09:15.097Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:09:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:09:24.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:09:24.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:10:15.093Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:10:15.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:10:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:10:15.096Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:10:15.098Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:10:15.098Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:10:24.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:10:24.710Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:11:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:11:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:11:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:11:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:11:15.097Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:11:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:11:24.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:11:24.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:12:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:12:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:12:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:12:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:12:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:12:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:12:24.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:12:24.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:13:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:13:15.094Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:13:15.098Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:13:15.098Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:13:15.100Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:13:15.101Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:13:24.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:13:24.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:14:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:14:15.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:14:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:14:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:14:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:14:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:14:24.659Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:14:24.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:15:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:15:15.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:15:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:15:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:15:15.096Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:15:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:15:24.650Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:15:24.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:16:11.364Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-12T05:16:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:16:15.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:16:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:16:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:16:15.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:16:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:16:24.663Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:16:24.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:17:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:17:15.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:17:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:17:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:17:15.096Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:17:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:17:24.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:17:24.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:18:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:18:15.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:18:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:18:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:18:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:18:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:18:24.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:18:24.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:19:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:19:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:19:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:19:15.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:19:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:19:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:19:24.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:19:24.757Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:20:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:20:15.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:20:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:20:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:20:15.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:20:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:20:24.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:20:24.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:21:15.093Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:21:15.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:21:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:21:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:21:15.096Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:21:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:21:24.665Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:21:24.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:22:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:22:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:22:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:22:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:22:15.096Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:22:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:22:24.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:22:24.657Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:23:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:23:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:23:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:23:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:23:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:23:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:23:24.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:23:24.658Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:24:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:24:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:24:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:24:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:24:15.096Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:24:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:24:24.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:24:24.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:25:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:25:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:25:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:25:15.095Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:25:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:25:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:25:24.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:25:24.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:26:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:26:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:26:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:26:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:26:15.095Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:26:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:26:24.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:26:24.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:27:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:27:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:27:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:27:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:27:15.096Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:27:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:27:24.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:27:24.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:28:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:28:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:28:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:28:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:28:15.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:28:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:28:24.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:28:24.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:29:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:29:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:29:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:29:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:29:15.096Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:29:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:29:24.655Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:29:24.656Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:30:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:30:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:30:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:30:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:30:15.096Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:30:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:30:24.647Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:30:24.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:31:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:31:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:31:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:31:15.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:31:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:31:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:31:24.716Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:31:24.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:32:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:32:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:32:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:32:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:32:15.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:32:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:32:24.648Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:32:24.658Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:33:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:33:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:33:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:33:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:33:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:33:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:33:24.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:33:24.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:34:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:34:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:34:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:34:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:34:15.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:34:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:34:24.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:34:24.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:35:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:35:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:35:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:35:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:35:15.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:35:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:35:24.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:35:24.706Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:36:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:36:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:36:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:36:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:36:15.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:36:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:36:24.646Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:36:24.662Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:37:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:37:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:37:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:37:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:37:15.096Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:37:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:37:24.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:37:24.701Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:38:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:38:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:38:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:38:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:38:15.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:38:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:38:24.660Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:38:24.664Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:39:15.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:39:15.094Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:39:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:39:15.095Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:39:15.096Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:39:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:39:24.698Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:39:24.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:40:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:40:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:40:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:40:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:40:15.097Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:40:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:40:24.661Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:40:24.663Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:41:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:41:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:41:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:41:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:41:15.095Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:41:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:41:24.714Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:41:24.733Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:42:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:42:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:42:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:42:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:42:15.096Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:42:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:42:24.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:42:24.699Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:43:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:43:15.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:43:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:43:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:43:15.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:43:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:43:24.671Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:43:24.671Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:44:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:44:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:44:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:44:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:44:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:44:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:44:24.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:44:24.663Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:45:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:45:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:45:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:45:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:45:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:45:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:45:24.826Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:45:24.859Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:46:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:46:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:46:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:46:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:46:15.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:46:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:46:24.668Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:46:24.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:47:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:47:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:47:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:47:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:47:15.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:47:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:47:24.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:47:24.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:48:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:48:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:48:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:48:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:48:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:48:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:48:24.870Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:48:25.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:49:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:49:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:49:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:49:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:49:15.096Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:49:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:49:24.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:49:24.705Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:50:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:50:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:50:15.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:50:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:50:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:50:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:50:24.650Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:50:24.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:51:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:51:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:51:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:51:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:51:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:51:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:51:24.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:51:24.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:15.093Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:52:15.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:52:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:52:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:52:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:52:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:52:15.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:15.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T05:52:15.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-12T05:52:15.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:52:15.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:15.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T05:52:15.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"19c284a9-f111-4d00-9c72-211943e9607c","serviceName":"vFW 2022-09-12 05-50-52","serviceVersion":"1.0","serviceUUID":"7fe18a9a-af57-4427-b17f-f98e1548cf9b","serviceDescription":"catalog service description","serviceInvariantUUID":"fffc0329-4fe6-4ec1-bb16-da67a826c33d","resources":[{"resourceInstanceName":"vFW ef9ada8b-8c7e 0","resourceName":"vFW ef9ada8b-8c7e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85a1c32b-4a75-4e9e-8b47-baad9bd993c9","resourceInvariantUUID":"4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69","resourceCustomizationUUID":"5377121f-1616-4d04-90bd-cea214d49acc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg5ZjFkZTAzMDNlYzExMmM0Nzc0NDZjZWZkMzYwN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79e47950-b214-43fd-ba2b-c2420783e229","artifactVersion":"1"},{"artifactName":"vfwef9ada8b8c7e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json","artifactChecksum":"NTdkODIzZjc4NTY1MzcxMWRjMjRmYWEyNzRiMzQ1OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e2a134b-3cad-4b4a-9dbc-38dcd185e301","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5bba4e37-ab26-477f-a91b-17cae992b32a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ4MjUyNTU1OTk4Njk3ZmJiYzgzOThhNWY4ZGIxMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a66e2a24-3f5a-4269-bdbb-84aaa409c7de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b996391b-291b-4272-8455-751389e17e80","artifactVersion":"2","generatedFromUUID":"5bba4e37-ab26-477f-a91b-17cae992b32a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220912055052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml","artifactChecksum":"NWE2MWU1ZDA1OGEyNTlkN2Q1YzI4YjE4ZTI2MDVjZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5bb94267-5a47-484d-afe7-72decfc6c702","artifactVersion":"1"},{"artifactName":"service-Vfw20220912055052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar","artifactChecksum":"MmYzNzIyNTk1NTUyMDY4ZmJjYzI2N2QxZmFiY2M3YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95f9b3af-dedb-496f-9851-263e7e3c52c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T05:52:15.817Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:15.823Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:15.833Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:15.833Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:15.933Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-12T05:52:15.939Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:15.939Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:16.051Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:16.052Z||pool-3-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:16.839Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:16.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:16.842Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:16.842Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T05:52:16.942Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T05:52:16.943Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:16.943Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:17.011Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:17.012Z||pool-4-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-09-12T05:52:17.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:17.844Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:17.846Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:17.846Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-12T05:52:17.947Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:17.948Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:17.948Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:17.995Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:17.996Z||pool-5-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:18.847Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:18.848Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:18.849Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:18.850Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:18.950Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:18.951Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:18.951Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:19.014Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:19.015Z||pool-6-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:19.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:19.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:19.854Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:19.854Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-12T05:52:19.955Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:19.956Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:19.956Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:19.972Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:19.972Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:20.855Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:20.856Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:20.858Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:20.858Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:52:20.959Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:20.960Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:20.960Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:21.004Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:21.004Z||pool-8-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:21.859Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T05:52:21.860Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:21.862Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:21.862Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:52:21.963Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:21.964Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:21.964Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:21.989Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:21.989Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-12T05:52:22.865Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "serviceName": "vFW 2022-09-12 05-50-52",
  "serviceVersion": "1.0",
  "serviceUUID": "7fe18a9a-af57-4427-b17f-f98e1548cf9b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fffc0329-4fe6-4ec1-bb16-da67a826c33d",
  "resources": [
    {
      "resourceInstanceName": "vFW ef9ada8b-8c7e 0",
      "resourceCustomizationUUID": "5377121f-1616-4d04-90bd-cea214d49acc",
      "resourceName": "vFW ef9ada8b-8c7e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "85a1c32b-4a75-4e9e-8b47-baad9bd993c9",
      "resourceInvariantUUID": "4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwef9ada8b8c7e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
          "artifactChecksum": "NTdkODIzZjc4NTY1MzcxMWRjMjRmYWEyNzRiMzQ1OTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e2a134b-3cad-4b4a-9dbc-38dcd185e301",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5bba4e37-ab26-477f-a91b-17cae992b32a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b996391b-291b-4272-8455-751389e17e80",
            "generatedFromUUID": "5bba4e37-ab26-477f-a91b-17cae992b32a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b996391b-291b-4272-8455-751389e17e80",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220912055052-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
      "artifactChecksum": "MmYzNzIyNTk1NTUyMDY4ZmJjYzI2N2QxZmFiY2M3YjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95f9b3af-dedb-496f-9851-263e7e3c52c6"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T05:52:22.866Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T05:52:22.867Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7fe18a9a-af57-4427-b17f-f98e1548cf9b ASDC
2022-09-12T05:52:22.975Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:19c284a9-f111-4d00-9c72-211943e9607c
ServiceName:vFW 2022-09-12 05-50-52
ServiceVersion:1.0
ServiceUUID:7fe18a9a-af57-4427-b17f-f98e1548cf9b
ServiceInvariantUUID:fffc0329-4fe6-4ec1-bb16-da67a826c33d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220912055052-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
ArtifactUUID:95f9b3af-dedb-496f-9851-263e7e3c52c6
ArtifactChecksum:MmYzNzIyNTk1NTUyMDY4ZmJjYzI2N2QxZmFiY2M3YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ef9ada8b-8c7e 0
ResourceCustomizationUUID:5377121f-1616-4d04-90bd-cea214d49acc
ResourceInvariantUUID:4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69
ResourceName:vFW ef9ada8b-8c7e
ResourceType:VF
ResourceUUID:85a1c32b-4a75-4e9e-8b47-baad9bd993c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwef9ada8b8c7e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
ArtifactUUID:3e2a134b-3cad-4b4a-9dbc-38dcd185e301
ArtifactChecksum:NTdkODIzZjc4NTY1MzcxMWRjMjRmYWEyNzRiMzQ1OTU=
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/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
ArtifactUUID:5bba4e37-ab26-477f-a91b-17cae992b32a
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/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
ArtifactUUID:b996391b-291b-4272-8455-751389e17e80
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/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
ArtifactUUID:b996391b-291b-4272-8455-751389e17e80
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-12T05:52:22.975Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fe18a9a-af57-4427-b17f-f98e1548cf9b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:52:23.187Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T05:52:23.187Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T05:52:23.189Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T05:52:23.189Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 95f9b3af-dedb-496f-9851-263e7e3c52c6 from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:23.189Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:23.191Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:23.325Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:23.345Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar 95f9b3af-dedb-496f-9851-263e7e3c52c6 100600
2022-09-12T05:52:23.346Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar ASDC sendASDCNotification
2022-09-12T05:52:23.346Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:23.347Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:23.348Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:23.364Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:23.364Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961943345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:52:23.450Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-09-12T05:52:23.451Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:23.451Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:23.471Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:23.471Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:24.365Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T05:52:24.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T05:52:24.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 95f9b3af-dedb-496f-9851-263e7e3c52c6, URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar to file: /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:24.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220912055052-csar.csar
2022-09-12T05:52:24.445Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:24.446Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:25.098Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13310969291451122342/Definitions/service-Vfw20220912055052-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-12T05:52:27.803Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T05:52:27.807Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.808Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ef9ada8b-8c7e 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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|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-Vfw20220912055052-csar.csar
2022-09-12T05:52:27.809Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T05:52:27.815Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.816Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.820Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.821Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T05:52:27.822Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T05:52:27.824Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T05:52:27.825Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.825Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.828Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.828Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.828Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.829Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.830Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.831Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T05:52:27.832Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.832Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.832Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:27.833Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-12T05:52:27.834Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:27.835Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d8f6156-0040-48a8-8bef-7eddaddab936
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.836Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:27.837Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e20f11a3-e637-4b04-895a-0549b4082a6e
2022-09-12T05:52:27.838Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.839Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:27.840Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aec48136-bd58-4ec2-b052-75ae22043a68
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.841Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.842Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:27.842Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:27.842Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-12 05-50-52
Description:catalog service description
Model UUID:7fe18a9a-af57-4427-b17f-f98e1548cf9b
Model Version:NULL
Model InvariantUuid:fffc0329-4fe6-4ec1-bb16-da67a826c33d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ef9ada8b-8c7e
Model UUID:d6ebffa0-c0b7-4b49-851e-411c8adb1776
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d2169b0-0409-4ef6-9bc2-c0ba42f8dc69
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5377121f-1616-4d04-90bd-cea214d49acc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54467dc5-755e-4d37-86a3-9b71003d316c
ModelName:VfwEf9ada8b8c7e..base_vfw..module-0
ModelUuid:69df0ed5-6b61-47f7-a2be-3c6687bd46b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6d8f6156-0040-48a8-8bef-7eddaddab936
ModelInvariantUuid:6211044a-2a1f-42e6-8eec-4fd67cf19514
ModelName:vFW ef9ada8b-8c7e-nodes.vfwCvfc
ModelUuid:18459e51-4f6a-4b48-809a-06a08b241c8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8170a805-0248-48bc-be4d-e2d2adf9c2b1
ModelInvariantUuid:6ac2bf2e-0c08-4e7d-8c11-be48259f0ba3
ModelName:VfwEf9ada8b8c7e.compute.nodes.heat.vfw
ModelUuid:d2855f1c-c60c-483b-b697-cb046bb8d4e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e20f11a3-e637-4b04-895a-0549b4082a6e
ModelInvariantUuid:8cf5a886-501a-47ac-b6b8-2123c5a60f2e
ModelName:vFW ef9ada8b-8c7e-nodes.vsnCvfc
ModelUuid:ea429b76-aff7-44f6-9bba-531d4602fd5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:24db967b-7646-4302-85b4-7cc743fa5f06
ModelInvariantUuid:ae5a845a-e799-4349-a5cf-c0a4491f7019
ModelName:VfwEf9ada8b8c7e.compute.nodes.heat.vsn
ModelUuid:5790e78d-b175-4907-89ad-57d8e864784d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aec48136-bd58-4ec2-b052-75ae22043a68
ModelInvariantUuid:3ddff6e1-a502-40e5-91ea-dd0f6818ac14
ModelName:vFW ef9ada8b-8c7e-nodes.vpgCvfc
ModelUuid:78fddd82-13e6-4b54-aecd-4455a736b498
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0e1afcf2-a33a-4320-8def-2cc7f9c04818
ModelInvariantUuid:97a4edbc-c39f-4f26-9216-682763a8c1af
ModelName:VfwEf9ada8b8c7e.compute.nodes.heat.vpg
ModelUuid:87776541-ef9e-490e-b6e1-a2391f2ef981
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T05:52:27.858Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 85a1c32b-4a75-4e9e-8b47-baad9bd993c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T05:52:27.939Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||vFW ef9ada8b-8c7e 0
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85a1c32b-4a75-4e9e-8b47-baad9bd993c9
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3e2a134b-3cad-4b4a-9dbc-38dcd185e301 from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:27.946Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:28.092Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:28.092Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json 3e2a134b-3cad-4b4a-9dbc-38dcd185e301 785
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json ASDC sendASDCNotification
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:28.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:28.095Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:28.096Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961948093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:52:28.196Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:28.197Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:28.197Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:28.219Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:28.219Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:29.097Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEf9ada8b8c7e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "54467dc5-755e-4d37-86a3-9b71003d316c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "69df0ed5-6b61-47f7-a2be-3c6687bd46b2",
    "vfModuleModelCustomizationUUID": "e7eca5df-c95b-4e8d-bd11-1ed3b91b691b",
    "isBase": true,
    "artifacts": [
      "5bba4e37-ab26-477f-a91b-17cae992b32a",
      "b996391b-291b-4272-8455-751389e17e80"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T05:52:29.112Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEf9ada8b8c7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69df0ed5-6b61-47f7-a2be-3c6687bd46b2
VfModuleModelInvariantUUID:54467dc5-755e-4d37-86a3-9b71003d316c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bba4e37-ab26-477f-a91b-17cae992b32a
,
b996391b-291b-4272-8455-751389e17e80

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

isBase:true


}

2022-09-12T05:52:29.115Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEf9ada8b8c7e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "54467dc5-755e-4d37-86a3-9b71003d316c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "69df0ed5-6b61-47f7-a2be-3c6687bd46b2",
    "vfModuleModelCustomizationUUID": "e7eca5df-c95b-4e8d-bd11-1ed3b91b691b",
    "isBase": true,
    "artifacts": [
      "5bba4e37-ab26-477f-a91b-17cae992b32a",
      "b996391b-291b-4272-8455-751389e17e80"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEf9ada8b8c7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69df0ed5-6b61-47f7-a2be-3c6687bd46b2
VfModuleModelInvariantUUID:54467dc5-755e-4d37-86a3-9b71003d316c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bba4e37-ab26-477f-a91b-17cae992b32a
,
b996391b-291b-4272-8455-751389e17e80

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

isBase:true


}

2022-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5bba4e37-ab26-477f-a91b-17cae992b32a from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:29.116Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:29.247Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml 5bba4e37-ab26-477f-a91b-17cae992b32a 20368
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:29.248Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:29.250Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:29.250Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961949248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:52:29.351Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:29.352Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:29.352Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:29.376Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:29.377Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:30.251Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b996391b-291b-4272-8455-751389e17e80 from URL: /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:30.252Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T05:52:30.252Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:30.326Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env b996391b-291b-4272-8455-751389e17e80 2098
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:30.327Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T05:52:30.328Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:30.331Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:30.331Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961950327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:52:30.431Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:30.432Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:30.432Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:30.445Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:30.446Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:31.332Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7fe18a9a-af57-4427-b17f-f98e1548cf9b
2022-09-12T05:52:31.332Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ef9ada8b-8c7e 0 85a1c32b-4a75-4e9e-8b47-baad9bd993c9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T05:52:31.363Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b8e6467, org.onap.sdc.toscaparser.api.parameters.Input@5c3caaed, org.onap.sdc.toscaparser.api.parameters.Input@7a692a29, org.onap.sdc.toscaparser.api.parameters.Input@13f397f8, org.onap.sdc.toscaparser.api.parameters.Input@7bb674bd]
2022-09-12T05:52:31.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.366Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5377121f-1616-4d04-90bd-cea214d49acc
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5377121f-1616-4d04-90bd-cea214d49acc matches Tosca VF Customization UUID: 5377121f-1616-4d04-90bd-cea214d49acc
2022-09-12T05:52:31.367Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5377121f-1616-4d04-90bd-cea214d49acc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-12T05:52:31.373Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.373Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.374Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5377121f-1616-4d04-90bd-cea214d49acc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-12T05:52:31.374Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50dae696
2022-09-12T05:52:31.375Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.375Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T05:52:31.375Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7eca5df-c95b-4e8d-bd11-1ed3b91b691b
2022-09-12T05:52:31.376Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7eca5df-c95b-4e8d-bd11-1ed3b91b691b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-12T05:52:31.381Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.381Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.381Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.382Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.382Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.383Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.383Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.383Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:31.384Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.385Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.386Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6d8f6156-0040-48a8-8bef-7eddaddab936
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-12T05:52:31.392Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.393Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.394Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:31.395Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.396Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e20f11a3-e637-4b04-895a-0549b4082a6e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-12T05:52:31.398Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.398Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.398Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.401Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.401Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.402Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-12T05:52:31.403Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-12T05:52:31.404Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aec48136-bd58-4ec2-b052-75ae22043a68
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-12T05:52:31.406Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.406Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Node template vFW ef9ada8b-8c7e 0 is matching search criteria
2022-09-12T05:52:31.407Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW ef9ada8b-8c7e 0] matching following query criteria: sdcType=VF, customizationUUID=5377121f-1616-4d04-90bd-cea214d49acc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T05:52:31.409Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.409Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.409Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7fe18a9a-af57-4427-b17f-f98e1548cf9b: vFW ef9ada8b-8c7e
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.410Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.411Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.412Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T05:52:31.412Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-12 05-50-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T05:52:31.412Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-12 05-50-52 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:52:31.606Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ef9ada8b-8c7e 85a1c32b-4a75-4e9e-8b47-baad9bd993c9 1 ASDC deployResourceStructure
2022-09-12T05:52:31.607Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json ASDC sendASDCNotification
2022-09-12T05:52:31.607Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json
2022-09-12T05:52:31.607Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:31.608Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:31.609Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:31.610Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961951607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T05:52:31.710Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:31.711Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:31.711Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:31.766Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:31.767Z||pool-14-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:32.615Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-12T05:52:32.616Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml
2022-09-12T05:52:32.616Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:32.616Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:32.618Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:32.618Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961952615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T05:52:32.718Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:32.719Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:32.720Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:32.744Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:32.745Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:33.625Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-12T05:52:33.630Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env
2022-09-12T05:52:33.630Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:33.630Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:33.632Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:33.632Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961953625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-12T05:52:33.732Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:33.733Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:33.733Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:33.768Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:33.769Z||pool-16-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:34.633Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar ASDC sendASDCNotification
2022-09-12T05:52:34.634Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar
2022-09-12T05:52:34.634Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T05:52:34.634Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:52:34.636Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:52:34.636Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961954633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T05:52:34.737Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:52:34.738Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:52:34.738Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:52:34.766Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:52:34.767Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:52:35.637Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:52:35.662Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:52:35.664Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:52:35.665Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:52:35.665Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:53:05.665Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:53:05.684Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:53:05.687Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:53:05.688Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:53:05.688Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:53:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:53:15.096Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:53:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:53:15.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:53:15.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:53:15.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:53:15.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:53:35.688Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:53:35.705Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:53:35.708Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:53:35.709Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:53:35.709Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:54:05.710Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:54:05.725Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:54:05.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:54:05.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:54:05.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:54:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:54:15.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:54:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:54:15.135Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:54:15.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:54:15.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:54:15.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:54:35.727Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:54:35.739Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:54:35.741Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:54:35.742Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:54:35.742Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:55:05.742Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:55:05.754Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:55:05.756Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:55:05.756Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T05:55:05.757Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T05:55:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:55:15.096Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:55:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:55:15.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:55:15.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662961929232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961920775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961937453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961931938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961931063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "cds",
  "timestamp": 1662961938519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T05:55:15.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:55:15.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961939912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961938907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961941048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961934550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961939917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961934705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961942117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "policy-id",
  "timestamp": 1662961940923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T05:55:15.697Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.698Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:55:15.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961935093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961942602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961943210,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T05:55:15.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.714Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-12T05:55:15.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961943345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662961944219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961941138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961948069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961948093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662961949080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T05:55:15.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:55:15.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961949072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961949248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961950327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961951607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/vfwef9ada8b8c7e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961952615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961953625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/resourceInstances/vfwef9ada8b8c7e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662961954633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961956370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961958391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "clamp",
  "timestamp": 1662961959398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T05:55:15.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.754Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:55:15.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961963642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220912055052/1.0/artifacts/service-Vfw20220912055052-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:55:15.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "aai-ml",
  "timestamp": 1662961964648,
  "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-09-12T05:55:15.767Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19c284a9-f111-4d00-9c72-211943e9607c
2022-09-12T05:55:15.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19c284a9-f111-4d00-9c72-211943e9607c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T05:55:35.757Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:55:35.769Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T05:55:35.772Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T05:55:35.773Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:55:35.779Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T05:56:05.780Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19c284a9-f111-4d00-9c72-211943e9607c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T05:56:05.810Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19c284a9-f111-4d00-9c72-211943e9607c and serviceModelVersionId: 7fe18a9a-af57-4427-b17f-f98e1548cf9b
2022-09-12T05:56:05.810Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fffc0329-4fe6-4ec1-bb16-da67a826c33d
2022-09-12T05:56:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:15.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:56:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:20.655Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0
2022-09-12T05:56:20.766Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T05:56:21.302Z|19c284a9-f111-4d00-9c72-211943e9607c|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/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-12T05:56:21.308Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0|INFO|500||Invoke
2022-09-12T05:56:21.424Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T05:56:21.641Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0|INFO|500||InvokeReturn
2022-09-12T05:56:21.642Z|19c284a9-f111-4d00-9c72-211943e9607c|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/fffc0329-4fe6-4ec1-bb16-da67a826c33d/model-vers/model-ver/7fe18a9a-af57-4427-b17f-f98e1548cf9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220912-05:56:21:792-82766], vertex-id=[159808], Content-Length=[0], Date=[Mon, 12 Sep 2022 05:56:21 GMT], Content-Type=[application/json]}
2022-09-12T05:56:21.643Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T05:56:21.647Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T05:56:21.647Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:56:21.654Z|19c284a9-f111-4d00-9c72-211943e9607c|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-09-12T05:56:21.655Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19c284a9-f111-4d00-9c72-211943e9607c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T05:56:21.656Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T05:56:21.656Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T05:56:21.659Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T05:56:21.659Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962181655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T05:56:21.759Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T05:56:21.760Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T05:56:21.761Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T05:56:21.776Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:56:21.776Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-12T05:56:22.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:56:22.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-12T05:56:22.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19c284a9-f111-4d00-9c72-211943e9607c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962181655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T05:56:22.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T05:56:22.679Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:22.680Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:56:22.680Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:32.959Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:56:32.960Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:32.961Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:56:32.962Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:42.527Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:56:42.527Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:42.528Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:56:42.528Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:56:52.096Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:56:52.097Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:56:52.098Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:56:52.098Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:57:01.656Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:57:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:57:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:57:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:57:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:57:15.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:57:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:57:24.671Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:57:24.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:58:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:58:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:58:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:58:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:58:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:58:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:58:24.668Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:58:24.706Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:59:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:59:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:59:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T05:59:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T05:59:15.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T05:59:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T05:59:24.676Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T05:59:24.726Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:00:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:00:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:00:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:00:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:00:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:00:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:00:24.795Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:00:24.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:01:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:01:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:01:15.095Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:01:15.096Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:01:15.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:01:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:01:24.861Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:01:24.986Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:02:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:02:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:02:15.094Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:02:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:02:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:02:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:02:24.770Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:02:24.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:15.093Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:03:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:03:15.095Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:03:15.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:03:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:03:15.096Z|19c284a9-f111-4d00-9c72-211943e9607c|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:03:15.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:15.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:03:15.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:03:15.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:15.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:03:15.917Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:15.918Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:03:15.919Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb66e581-6f19-4fcb-aaac-2d42d45dda25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4a9f502a-bf1d-460a-898c-abe36a83dbef","serviceDescription":"service","serviceInvariantUUID":"5a15af09-88aa-4738-b624-ffa307f59b8d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71036127-4d0f-4f9a-ac45-eae195ba0131","resourceInvariantUUID":"98513ee8-c606-44d0-8fd0-97066a3fe43c","resourceCustomizationUUID":"a31236df-8828-4a77-b969-0a900498008e","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":"NjA2NDE1ZmE4ZmE4ZTJmM2IzOTNmNDhjZjc3YTYzYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32601e1b-0b96-4cb7-899e-35dc7efe3d13","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":"NDYxMWMxOTI4ZTIxMmY5MzRkNTA3M2IyYWViNDNiYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4cba8362-100e-4f21-9af2-e62ed8fde051","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":"6cf95912-a33a-4091-96f7-cea18efcd7da","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":"df55bc8e-0b91-4ce1-bb55-710556018cca","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":"ce8bf7a2-68c5-457e-a462-6558a2a50cbd","artifactVersion":"2","generatedFromUUID":"6cf95912-a33a-4091-96f7-cea18efcd7da"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjY0OTRkNTU0OTUwYjJhNGEyYWYwODA1ZTE2NGM4NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6547189f-d334-49bd-a83c-765eaea3824b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWZkYmFmZTczY2ExZWU4YzY2ZTdlNjVlYmY3NjYwZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b1d2179-c97a-4f48-9c83-e7eb941914e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:03:15.922Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:15.923Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:15.929Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:15.929Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:16.027Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-12T06:03:16.028Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:16.029Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:16.133Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:16.134Z||pool-19-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:16.929Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:16.931Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:16.934Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:16.934Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:03:17.034Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:17.035Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:17.035Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:17.125Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:17.125Z||pool-20-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:17.934Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:17.935Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:17.939Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:17.940Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:03:18.040Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:18.041Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:18.042Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:18.209Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:18.210Z||pool-21-thread-1|||||INFO|500||cambria reply ok (169 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:18.941Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:18.941Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:18.944Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:18.944Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:19.045Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-12T06:03:19.046Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:19.046Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:19.234Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:19.234Z||pool-22-thread-1|||||INFO|500||cambria reply ok (189 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:19.947Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:19.949Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:19.951Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:19.952Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-12T06:03:20.052Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:20.053Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:20.053Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:20.099Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:20.100Z||pool-23-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:20.952Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:20.953Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:20.960Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:20.960Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:03:21.056Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-12T06:03:21.057Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:21.058Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:21.212Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:21.213Z||pool-24-thread-1|||||INFO|500||cambria reply ok (156 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:21.961Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:03:21.961Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:21.963Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:21.964Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:03:22.067Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-12T06:03:22.068Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:22.069Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:22.178Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:22.182Z||pool-25-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:22.966Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4a9f502a-bf1d-460a-898c-abe36a83dbef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a15af09-88aa-4738-b624-ffa307f59b8d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a31236df-8828-4a77-b969-0a900498008e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71036127-4d0f-4f9a-ac45-eae195ba0131",
      "resourceInvariantUUID": "98513ee8-c606-44d0-8fd0-97066a3fe43c",
      "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": "NDYxMWMxOTI4ZTIxMmY5MzRkNTA3M2IyYWViNDNiYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4cba8362-100e-4f21-9af2-e62ed8fde051",
          "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": "6cf95912-a33a-4091-96f7-cea18efcd7da",
          "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": "ce8bf7a2-68c5-457e-a462-6558a2a50cbd",
            "generatedFromUUID": "6cf95912-a33a-4091-96f7-cea18efcd7da"
          },
          "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": "ce8bf7a2-68c5-457e-a462-6558a2a50cbd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWZkYmFmZTczY2ExZWU4YzY2ZTdlNjVlYmY3NjYwZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b1d2179-c97a-4f48-9c83-e7eb941914e6"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:03:22.966Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:03:22.966Z|19c284a9-f111-4d00-9c72-211943e9607c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a9f502a-bf1d-460a-898c-abe36a83dbef ASDC
2022-09-12T06:03:22.967Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fb66e581-6f19-4fcb-aaac-2d42d45dda25
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4a9f502a-bf1d-460a-898c-abe36a83dbef
ServiceInvariantUUID:5a15af09-88aa-4738-b624-ffa307f59b8d
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:6b1d2179-c97a-4f48-9c83-e7eb941914e6
ArtifactChecksum:OWZkYmFmZTczY2ExZWU4YzY2ZTdlNjVlYmY3NjYwZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a31236df-8828-4a77-b969-0a900498008e
ResourceInvariantUUID:98513ee8-c606-44d0-8fd0-97066a3fe43c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:71036127-4d0f-4f9a-ac45-eae195ba0131
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:4cba8362-100e-4f21-9af2-e62ed8fde051
ArtifactChecksum:NDYxMWMxOTI4ZTIxMmY5MzRkNTA3M2IyYWViNDNiYTA=
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:6cf95912-a33a-4091-96f7-cea18efcd7da
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:ce8bf7a2-68c5-457e-a462-6558a2a50cbd
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:ce8bf7a2-68c5-457e-a462-6558a2a50cbd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-12T06:03:22.968Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a9f502a-bf1d-460a-898c-abe36a83dbef ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:03:23.009Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:03:23.010Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b1d2179-c97a-4f48-9c83-e7eb941914e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:23.011Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:23.222Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:23.226Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6b1d2179-c97a-4f48-9c83-e7eb941914e6 74735
2022-09-12T06:03:23.227Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-12T06:03:23.227Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:23.227Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:23.228Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:23.230Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:23.230Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962603227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:03:23.331Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:03:23.332Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:23.332Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:23.493Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:23.494Z||pool-26-thread-1|||||INFO|500||cambria reply ok (163 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:24.231Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:03:24.232Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:03:24.232Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6b1d2179-c97a-4f48-9c83-e7eb941914e6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:24.232Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-12T06:03:24.233Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:24.233Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:24.457Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11941099637961934895/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-09-12T06:03:25.930Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:03:25.930Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:03:25.930Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||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-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-BasicVm-csar.csar
2022-09-12T06:03:25.931Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-BasicVm-csar.csar
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.932Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.933Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.934Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T06:03:25.935Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.936Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:25.937Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-12T06:03:25.938Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1fdaf454-02ab-4014-b52e-f9d7864245ab
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.939Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.940Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:25.940Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:25.940Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4a9f502a-bf1d-460a-898c-abe36a83dbef
Model Version:NULL
Model InvariantUuid:5a15af09-88aa-4738-b624-ffa307f59b8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:c8f21225-057f-48b7-9497-e3780d3bddfd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98513ee8-c606-44d0-8fd0-97066a3fe43c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a31236df-8828-4a77-b969-0a900498008e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a4a008a1-ee6c-4e13-8314-d04046fbed09
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:04b5b84d-f08e-4496-aa51-b1ffd5a17deb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1fdaf454-02ab-4014-b52e-f9d7864245ab
ModelInvariantUuid:e2eefc88-ac03-48db-afca-8169b6071d2b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:484d3092-16a6-4757-a34f-1b2eb52cec41
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:11f05921-b140-4d05-92f6-2d55ce35a70c
ModelInvariantUuid:fce2d63b-ad28-481e-a391-43674fe10351
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2dfd0c91-36b4-4985-b976-ccb40d2d0b5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:03:25.954Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 71036127-4d0f-4f9a-ac45-eae195ba0131
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:03:25.958Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71036127-4d0f-4f9a-ac45-eae195ba0131
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4cba8362-100e-4f21-9af2-e62ed8fde051 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:25.959Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:26.166Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4cba8362-100e-4f21-9af2-e62ed8fde051 787
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:26.167Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:26.168Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:26.170Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:26.170Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962606167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:03:26.270Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:26.271Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:26.271Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:26.376Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:26.376Z||pool-27-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:27.170Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a4a008a1-ee6c-4e13-8314-d04046fbed09",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04b5b84d-f08e-4496-aa51-b1ffd5a17deb",
    "vfModuleModelCustomizationUUID": "6298ea7d-ff85-4a8b-aa61-e93026e53405",
    "isBase": true,
    "artifacts": [
      "6cf95912-a33a-4091-96f7-cea18efcd7da",
      "ce8bf7a2-68c5-457e-a462-6558a2a50cbd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:03:27.176Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04b5b84d-f08e-4496-aa51-b1ffd5a17deb
VfModuleModelInvariantUUID:a4a008a1-ee6c-4e13-8314-d04046fbed09
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cf95912-a33a-4091-96f7-cea18efcd7da
,
ce8bf7a2-68c5-457e-a462-6558a2a50cbd

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

isBase:true


}

2022-09-12T06:03:27.178Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a4a008a1-ee6c-4e13-8314-d04046fbed09",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04b5b84d-f08e-4496-aa51-b1ffd5a17deb",
    "vfModuleModelCustomizationUUID": "6298ea7d-ff85-4a8b-aa61-e93026e53405",
    "isBase": true,
    "artifacts": [
      "6cf95912-a33a-4091-96f7-cea18efcd7da",
      "ce8bf7a2-68c5-457e-a462-6558a2a50cbd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:03:27.178Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04b5b84d-f08e-4496-aa51-b1ffd5a17deb
VfModuleModelInvariantUUID:a4a008a1-ee6c-4e13-8314-d04046fbed09
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cf95912-a33a-4091-96f7-cea18efcd7da
,
ce8bf7a2-68c5-457e-a462-6558a2a50cbd

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

isBase:true


}

2022-09-12T06:03:27.178Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6cf95912-a33a-4091-96f7-cea18efcd7da from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:27.179Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:27.179Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:27.256Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6cf95912-a33a-4091-96f7-cea18efcd7da 5033
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:27.257Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:27.260Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:27.260Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962607257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:03:27.360Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:27.361Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:27.361Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:27.408Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:27.409Z||pool-28-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:28.261Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce8bf7a2-68c5-457e-a462-6558a2a50cbd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:28.261Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:03:28.261Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:28.416Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:03:28.417Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ce8bf7a2-68c5-457e-a462-6558a2a50cbd 903
2022-09-12T06:03:28.417Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-12T06:03:28.418Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:28.418Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:03:28.418Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:28.421Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:28.421Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962608417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:03:28.521Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:28.522Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:28.522Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:28.560Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:28.561Z||pool-29-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:29.421Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4a9f502a-bf1d-460a-898c-abe36a83dbef
2022-09-12T06:03:29.422Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 71036127-4d0f-4f9a-ac45-eae195ba0131 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:03:29.432Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d7f02e8, org.onap.sdc.toscaparser.api.parameters.Input@7990a454, org.onap.sdc.toscaparser.api.parameters.Input@3b212e34, org.onap.sdc.toscaparser.api.parameters.Input@6360ff70, org.onap.sdc.toscaparser.api.parameters.Input@36ddc9b6]
2022-09-12T06:03:29.434Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.434Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.435Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-12T06:03:29.435Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a31236df-8828-4a77-b969-0a900498008e
2022-09-12T06:03:29.435Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a31236df-8828-4a77-b969-0a900498008e matches Tosca VF Customization UUID: a31236df-8828-4a77-b969-0a900498008e
2022-09-12T06:03:29.436Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a31236df-8828-4a77-b969-0a900498008e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-12T06:03:29.437Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.438Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.438Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a31236df-8828-4a77-b969-0a900498008e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c8e55d4
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:03:29.439Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6298ea7d-ff85-4a8b-aa61-e93026e53405
2022-09-12T06:03:29.440Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6298ea7d-ff85-4a8b-aa61-e93026e53405
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-12T06:03:29.442Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.442Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.443Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:29.443Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.443Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.444Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:29.444Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.444Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-12T06:03:29.445Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-12T06:03:29.445Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:03:29.445Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1fdaf454-02ab-4014-b52e-f9d7864245ab
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-12T06:03:29.447Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.447Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.448Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:03:29.448Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.448Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-12T06:03:29.449Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a31236df-8828-4a77-b969-0a900498008e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:03:29.450Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.450Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.451Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4a9f502a-bf1d-460a-898c-abe36a83dbef: basic_vm
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.452Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.453Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.453Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.453Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.454Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.454Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:03:29.454Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:03:29.455Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 71036127-4d0f-4f9a-ac45-eae195ba0131 1 ASDC deployResourceStructure
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:29.518Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:29.520Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:29.520Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962609518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:03:29.621Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:29.621Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:29.622Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:29.658Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:29.658Z||pool-30-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:30.522Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:30.524Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:30.524Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962610522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:03:30.624Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:30.626Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:30.626Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:30.684Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:30.685Z||pool-31-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:31.526Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:31.529Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:31.529Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962611525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:03:31.629Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:31.631Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:31.632Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:31.756Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:31.757Z||pool-32-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:32.530Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-12T06:03:32.530Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-12T06:03:32.530Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:03:32.531Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:03:32.533Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:03:32.533Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962612530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:03:32.633Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:03:32.634Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:03:32.634Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:03:32.652Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:03:32.652Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:03:33.534Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:03:33.545Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:03:33.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:03:33.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:03:33.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:04:03.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:04:03.559Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:04:03.562Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:04:03.562Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:04:03.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:04:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:04:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:04:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:04:15.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:04:15.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:04:15.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:04:15.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:04:33.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:04:33.572Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:04:33.574Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:04:33.575Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:04:33.575Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:05:03.575Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:05:03.606Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:05:03.612Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:05:03.613Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:05:03.613Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:05:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:05:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:05:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:05:15.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:05:15.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-12T06:05:15.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:05:15.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:05:33.613Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:05:33.627Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:05:33.629Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:05:33.629Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:05:33.629Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:06:03.630Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:06:03.639Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:06:03.640Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:06:03.641Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:06:03.641Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:06:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:06:15.096Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:06:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:06:15.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:06:15.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.206Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962589231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962594550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962591063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962591947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962594704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962595093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962602811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962601347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962602724,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962602355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962595784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962603227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962604097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "policy-id",
  "timestamp": 1662962603360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962605245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962604041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962605233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "cds",
  "timestamp": 1662962605061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.241Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962606295,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.253Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-12T06:06:15.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962606238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.266Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.266Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962606167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962607302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962607257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962601138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962608417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962608985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962609518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962610522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962611548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962611525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962612530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962613547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "clamp",
  "timestamp": 1662962614552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.290Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962618056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "aai-ml",
  "timestamp": 1662962619061,
  "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-09-12T06:06:15.312Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb66e581-6f19-4fcb-aaac-2d42d45dda25
2022-09-12T06:06:15.312Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb66e581-6f19-4fcb-aaac-2d42d45dda25 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962624550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962624705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962634225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962625806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962635078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962636092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "cds",
  "timestamp": 1662962636097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.364Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962637096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962629231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.392Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962638143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:06:15.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962631138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962631938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962639271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962631063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:06:15.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962640070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962640275,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962639850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.419Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962640854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "policy-id",
  "timestamp": 1662962641858,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962643532,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:06:15.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962644855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "aai-ml",
  "timestamp": 1662962645859,
  "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-09-12T06:06:15.454Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:15.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962646534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:06:15.462Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:06:15.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:06:15.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "clamp",
  "timestamp": 1662962647540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:06:15.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd95a4d1-0e3c-4882-9ad1-8384ad206467
2022-09-12T06:06:15.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd95a4d1-0e3c-4882-9ad1-8384ad206467 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:06:33.641Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:06:33.670Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:06:33.672Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:06:33.673Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:06:33.674Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:06:33.674Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:06:33.674Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-09-12T06:06:33.678Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:07:03.679Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:07:03.689Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb66e581-6f19-4fcb-aaac-2d42d45dda25 and serviceModelVersionId: 4a9f502a-bf1d-460a-898c-abe36a83dbef
2022-09-12T06:07:03.689Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a15af09-88aa-4738-b624-ffa307f59b8d
2022-09-12T06:07:03.691Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0
2022-09-12T06:07:03.697Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:07:03.755Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-12T06:07:03.759Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0|INFO|500||Invoke
2022-09-12T06:07:03.805Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:07:03.984Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0|INFO|500||InvokeReturn
2022-09-12T06:07:03.985Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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/5a15af09-88aa-4738-b624-ffa307f59b8d/model-vers/model-ver/4a9f502a-bf1d-460a-898c-abe36a83dbef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220912-06:07:04:181-59398], vertex-id=[409736], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:07:04 GMT], Content-Type=[application/json]}
2022-09-12T06:07:03.986Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:07:03.986Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:07:03.986Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-09-12T06:07:03.990Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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-09-12T06:07:03.990Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb66e581-6f19-4fcb-aaac-2d42d45dda25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:07:03.990Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:07:03.991Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:03.993Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:03.993Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962823990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:07:04.093Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:04.094Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:04.094Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:04.141Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:04.142Z||pool-34-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:07:05.006Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:07:05.007Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:07:05.007Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:07:09.541Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:09.542Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:07:09.542Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd95a4d1-0e3c-4882-9ad1-8384ad206467","serviceName":"Demo_pNF_UjfyyeqMUl0XeNia1nwn","serviceVersion":"1.0","serviceUUID":"37496c68-a74e-481e-bf0d-642b48e195a3","serviceDescription":"catalog service description","serviceInvariantUUID":"099108e3-e75a-4a23-9cad-f72ea3f986db","resources":[{"resourceInstanceName":"pNF 40510921-c323 0","resourceName":"pNF 40510921-c323","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"172c42de-2feb-47f7-994c-faa8e3d9999f","resourceInvariantUUID":"55645fee-ea2e-463f-91d6-daf6fcd34f4c","resourceCustomizationUUID":"cb7f2956-4553-48ef-ad93-b7f035475779","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml","artifactChecksum":"ZmNjMmM5MjQ5MzE3YzRhNmUwYzI3OTVmOWI3OThmN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4e729d0-857d-40cc-a52f-9d80f5f0c5f9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar","artifactChecksum":"NjAyYmY4YjMzMWFmYjkxNWJiOTJhNzhiZjY2N2IwYzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a34d50a5-d97b-4a88-97e0-0f604cc7580e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bec9b3ca-c1d6-406b-bd47-4643420e1e95","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE3MDMzMDY3NDM2M2NiOThiMDI0NTVlYjdhNjExYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc89dfd5-8c83-4414-9f08-82e2dd57db69","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"840b0db9-bb04-4f9b-91cb-5dcb406876c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a495aad-8eae-4584-9b98-0ff2910ab56c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml","artifactChecksum":"MWY3NzEzMDg5NmI3YTBmNmQ4NTBjZThiYjBjMzk4MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a5fa7aa-b13d-4753-8a02-1f52a5125acb","artifactVersion":"1"},{"artifactName":"service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar","artifactChecksum":"YzFmYjg5ZGYyYTY2OTg2ZmMwMDkwZTgwMzczNDFjOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac2f3f8f-9275-4784-9f46-4cbe4e4d86af","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:07:09.545Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:09.546Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:09.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:09.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:09.648Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:09.649Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:09.649Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:09.742Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:09.743Z||pool-35-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:10.548Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:10.549Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:10.551Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:10.551Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:10.651Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:10.652Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:10.653Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:10.761Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:10.762Z||pool-36-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:11.552Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:11.553Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:11.555Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:11.555Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:11.655Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:11.656Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:11.656Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:11.726Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:11.726Z||pool-37-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:12.556Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:12.557Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:12.559Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:12.559Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:12.659Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:12.660Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:12.660Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:12.760Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:12.761Z||pool-38-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:13.560Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:13.561Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:13.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:13.563Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:13.664Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:13.664Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:13.665Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:13.699Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:13.700Z||pool-39-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:14.564Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:14.564Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:14.566Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:14.566Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:14.667Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:14.668Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:14.668Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:14.713Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:14.713Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:07:15.096Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:07:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:07:15.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962729232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "cds",
  "timestamp": 1662962730775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962731939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "policy-id",
  "timestamp": 1662962731063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962729232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "cds",
  "timestamp": 1662962730775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962731939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "policy-id",
  "timestamp": 1662962731063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "cds",
  "timestamp": 1662962734630,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "policy-id",
  "timestamp": 1662962734463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "cds",
  "timestamp": 1662962735652,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:07:15.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:07:15.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "policy-id",
  "timestamp": 1662962735470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "policy-id",
  "timestamp": 1662962736477,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:07:15.272Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:07:15.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "clamp",
  "timestamp": 1662962744551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962744705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "clamp",
  "timestamp": 1662962744551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962744705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962747485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962749066,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962750069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:07:15.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "aai-ml",
  "timestamp": 1662962751138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "aai-ml",
  "timestamp": 1662962751138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "aai-ml",
  "timestamp": 1662962753940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "aai-ml",
  "timestamp": 1662962757896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "clamp",
  "timestamp": 1662962758565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "aai-ml",
  "timestamp": 1662962758900,
  "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-09-12T06:07:15.303Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.303Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:07:15.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "clamp",
  "timestamp": 1662962761568,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:07:15.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:07:15.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:07:15.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "clamp",
  "timestamp": 1662962762577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:07:15.319Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d383173-0b98-485f-a00a-d68b1cdc9196
2022-09-12T06:07:15.319Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d383173-0b98-485f-a00a-d68b1cdc9196 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:07:15.567Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:15.569Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:15.571Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:15.571Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:15.671Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:15.672Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:15.672Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:15.816Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:15.817Z||pool-41-thread-1|||||INFO|500||cambria reply ok (145 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:16.572Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:16.576Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:16.578Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:16.578Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:16.678Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:16.679Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:16.679Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:16.921Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:16.922Z||pool-42-thread-1|||||INFO|500||cambria reply ok (244 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:17.580Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "serviceName": "Demo_pNF_UjfyyeqMUl0XeNia1nwn",
  "serviceVersion": "1.0",
  "serviceUUID": "37496c68-a74e-481e-bf0d-642b48e195a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "099108e3-e75a-4a23-9cad-f72ea3f986db",
  "resources": [
    {
      "resourceInstanceName": "pNF 40510921-c323 0",
      "resourceCustomizationUUID": "cb7f2956-4553-48ef-ad93-b7f035475779",
      "resourceName": "pNF 40510921-c323",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "172c42de-2feb-47f7-994c-faa8e3d9999f",
      "resourceInvariantUUID": "55645fee-ea2e-463f-91d6-daf6fcd34f4c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
      "artifactChecksum": "YzFmYjg5ZGYyYTY2OTg2ZmMwMDkwZTgwMzczNDFjOWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac2f3f8f-9275-4784-9f46-4cbe4e4d86af"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:07:17.581Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:07:17.581Z|fb66e581-6f19-4fcb-aaac-2d42d45dda25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37496c68-a74e-481e-bf0d-642b48e195a3 ASDC
2022-09-12T06:07:17.582Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:cd95a4d1-0e3c-4882-9ad1-8384ad206467
ServiceName:Demo_pNF_UjfyyeqMUl0XeNia1nwn
ServiceVersion:1.0
ServiceUUID:37496c68-a74e-481e-bf0d-642b48e195a3
ServiceInvariantUUID:099108e3-e75a-4a23-9cad-f72ea3f986db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
ArtifactUUID:ac2f3f8f-9275-4784-9f46-4cbe4e4d86af
ArtifactChecksum:YzFmYjg5ZGYyYTY2OTg2ZmMwMDkwZTgwMzczNDFjOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 40510921-c323 0
ResourceCustomizationUUID:cb7f2956-4553-48ef-ad93-b7f035475779
ResourceInvariantUUID:55645fee-ea2e-463f-91d6-daf6fcd34f4c
ResourceName:pNF 40510921-c323
ResourceType:PNF
ResourceUUID:172c42de-2feb-47f7-994c-faa8e3d9999f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-12T06:07:17.582Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37496c68-a74e-481e-bf0d-642b48e195a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:07:17.631Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:17.632Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:17.632Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:17.632Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac2f3f8f-9275-4784-9f46-4cbe4e4d86af from URL: /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:17.633Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:07:17.633Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:18.057Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:07:18.061Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar ac2f3f8f-9275-4784-9f46-4cbe4e4d86af 87771
2022-09-12T06:07:18.061Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:18.061Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:18.062Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:07:18.062Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:18.064Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:18.064Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962838061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:18.164Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:18.165Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:18.165Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:18.275Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:18.275Z||pool-43-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:19.064Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:19.065Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ac2f3f8f-9275-4784-9f46-4cbe4e4d86af, URL: /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar to file: /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.066Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:19.274Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5826407534683057782/Definitions/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml
2022-09-12T06:07:20.084Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:07:20.085Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:20.085Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.086Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-12T06:07:20.086Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.086Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.087Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.087Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.087Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 40510921-c323 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-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:20.088Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.089Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.089Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Node template pNF 40510921-c323 0 is matching search criteria
2022-09-12T06:07:20.089Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:20.090Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 40510921-c323 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:20.090Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.090Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Node template pNF 40510921-c323 0 is matching search criteria
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 40510921-c323 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:20.091Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.092Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.092Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.092Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.093Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.094Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.094Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.094Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UjfyyeqMUl0XeNia1nwn
Description:catalog service description
Model UUID:37496c68-a74e-481e-bf0d-642b48e195a3
Model Version:NULL
Model InvariantUuid:099108e3-e75a-4a23-9cad-f72ea3f986db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:07:20.100Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 172c42de-2feb-47f7-994c-faa8e3d9999f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:07:20.102Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||pNF 40510921-c323 0
2022-09-12T06:07:20.103Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 172c42de-2feb-47f7-994c-faa8e3d9999f
2022-09-12T06:07:20.104Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 37496c68-a74e-481e-bf0d-642b48e195a3
2022-09-12T06:07:20.104Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 37496c68-a74e-481e-bf0d-642b48e195a3
2022-09-12T06:07:20.104Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 40510921-c323 0 172c42de-2feb-47f7-994c-faa8e3d9999f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:07:20.108Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d891574, org.onap.sdc.toscaparser.api.parameters.Input@4e5631e9, org.onap.sdc.toscaparser.api.parameters.Input@11f885d1, org.onap.sdc.toscaparser.api.parameters.Input@70323e2a, org.onap.sdc.toscaparser.api.parameters.Input@15f5b7ed]
2022-09-12T06:07:20.108Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.109Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.109Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 37496c68-a74e-481e-bf0d-642b48e195a3: pNF 40510921-c323
2022-09-12T06:07:20.109Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Processing PNF resource: 172c42de-2feb-47f7-994c-faa8e3d9999f
2022-09-12T06:07:20.110Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:20.110Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UjfyyeqMUl0XeNia1nwn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:20.110Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||Resource customization UUID: cb7f2956-4553-48ef-ad93-b7f035475779 is the same as notified resource customizationUUID: cb7f2956-4553-48ef-ad93-b7f035475779
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-12T06:07:20.158Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 40510921-c323 172c42de-2feb-47f7-994c-faa8e3d9999f 0 ASDC deployResourceStructure
2022-09-12T06:07:20.158Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:20.158Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar
2022-09-12T06:07:20.159Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:07:20.159Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:20.161Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:20.162Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962840158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:07:20.262Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:20.263Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:20.263Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:20.448Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:20.448Z||pool-44-thread-1|||||INFO|500||cambria reply ok (186 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:21.163Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:07:21.182Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:07:21.185Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:07:21.185Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:07:21.185Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:21.186Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-09-12T06:07:21.194Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:07:51.195Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:07:51.200Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd95a4d1-0e3c-4882-9ad1-8384ad206467 and serviceModelVersionId: 37496c68-a74e-481e-bf0d-642b48e195a3
2022-09-12T06:07:51.201Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 099108e3-e75a-4a23-9cad-f72ea3f986db
2022-09-12T06:07:51.201Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0
2022-09-12T06:07:51.205Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:07:51.250Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|INFO|500||Invoke
2022-09-12T06:07:51.250Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd95a4d1-0e3c-4882-9ad1-8384ad206467], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da7abcfa-7f40-47b5-b13e-fbed31819b38], X-ECOMP-RequestID=[cd95a4d1-0e3c-4882-9ad1-8384ad206467], X-TransactionId=[], X-ONAP-RequestID=[cd95a4d1-0e3c-4882-9ad1-8384ad206467], Content-Type=[application/merge-patch+json]}
2022-09-12T06:07:51.275Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:07:51.382Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?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/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220912-06:07:51:652-40566], vertex-id=[585872], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:07:51 GMT], Content-Type=[application/json]}
2022-09-12T06:07:51.383Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:07:51.383Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/099108e3-e75a-4a23-9cad-f72ea3f986db/model-vers/model-ver/37496c68-a74e-481e-bf0d-642b48e195a3?depth=0|INFO|500||InvokeReturn
2022-09-12T06:07:51.383Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:07:51.384Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|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-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd95a4d1-0e3c-4882-9ad1-8384ad206467 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:07:51.391Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:51.393Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:51.393Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962871391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:07:51.494Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:51.495Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:51.495Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:51.517Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:51.518Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:07:52.418Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:07:52.418Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d383173-0b98-485f-a00a-d68b1cdc9196","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"65fa5d9f-fbbe-498c-97f7-008b3c9130a7","serviceDescription":"service","serviceInvariantUUID":"9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"01798156-7fb0-46ea-8c59-6b6672e20aa6","resourceInvariantUUID":"885c1071-4d68-4b56-99a7-c7a9e279cdd9","resourceCustomizationUUID":"491367fe-bfc6-4269-814c-34e2f9657782","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":"Mzc1ZDBkZTBiZjY2ODU5ZjBiNzQwYTU2MzE1ZWJkMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e3290da-3a11-4d20-ad3b-dba4e2bc7264","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTAxYzdmY2NmZWI4MTAwNTU5MzM1YjkzMzNlMGUzY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9da1d963-ee32-44e7-bfbd-d6654f9ca9df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:07:52.419Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:52.419Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:52.421Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:52.421Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:07:52.522Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:52.523Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:52.523Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:52.539Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:52.540Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:53.422Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:07:53.423Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:53.425Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:53.425Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:07:53.525Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:53.526Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:53.526Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:53.542Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:53.543Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:54.426Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "65fa5d9f-fbbe-498c-97f7-008b3c9130a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "491367fe-bfc6-4269-814c-34e2f9657782",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "01798156-7fb0-46ea-8c59-6b6672e20aa6",
      "resourceInvariantUUID": "885c1071-4d68-4b56-99a7-c7a9e279cdd9",
      "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": "NTAxYzdmY2NmZWI4MTAwNTU5MzM1YjkzMzNlMGUzY2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9da1d963-ee32-44e7-bfbd-d6654f9ca9df"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:07:54.426Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:07:54.426Z|cd95a4d1-0e3c-4882-9ad1-8384ad206467|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65fa5d9f-fbbe-498c-97f7-008b3c9130a7 ASDC
2022-09-12T06:07:54.427Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6d383173-0b98-485f-a00a-d68b1cdc9196
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:65fa5d9f-fbbe-498c-97f7-008b3c9130a7
ServiceInvariantUUID:9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a
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:9da1d963-ee32-44e7-bfbd-d6654f9ca9df
ArtifactChecksum:NTAxYzdmY2NmZWI4MTAwNTU5MzM1YjkzMzNlMGUzY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:491367fe-bfc6-4269-814c-34e2f9657782
ResourceInvariantUUID:885c1071-4d68-4b56-99a7-c7a9e279cdd9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:01798156-7fb0-46ea-8c59-6b6672e20aa6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-12T06:07:54.427Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65fa5d9f-fbbe-498c-97f7-008b3c9130a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:07:54.456Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9da1d963-ee32-44e7-bfbd-d6654f9ca9df from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:07:54.457Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:54.576Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9da1d963-ee32-44e7-bfbd-d6654f9ca9df 57664
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:54.579Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:07:54.580Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:54.581Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:54.582Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962874579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:07:54.682Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:54.683Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:54.683Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:54.698Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:54.698Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:07:55.582Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:07:55.583Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:07:55.583Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9da1d963-ee32-44e7-bfbd-d6654f9ca9df, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:55.584Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-12T06:07:55.584Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:55.584Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:55.721Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14379838702080175389/Definitions/service-BasicNetwork-template.yml
2022-09-12T06:07:56.129Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.130Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.131Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:07:56.132Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.133Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.134Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:65fa5d9f-fbbe-498c-97f7-008b3c9130a7
Model Version:NULL
Model InvariantUuid:9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:885c1071-4d68-4b56-99a7-c7a9e279cdd9
Model UUID:b36da734-ea8a-4012-acf7-baac480a71cc
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:491367fe-bfc6-4269-814c-34e2f9657782
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:07:56.138Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 01798156-7fb0-46ea-8c59-6b6672e20aa6
2022-09-12T06:07:56.139Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||No resources found for Service: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:07:56.141Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||
2022-09-12T06:07:56.141Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-12T06:07:56.141Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
2022-09-12T06:07:56.142Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
2022-09-12T06:07:56.142Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-12T06:07:56.142Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:07:56.144Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bf73eee, org.onap.sdc.toscaparser.api.parameters.Input@2d89420e, org.onap.sdc.toscaparser.api.parameters.Input@65b5944e, org.onap.sdc.toscaparser.api.parameters.Input@3af86c64, org.onap.sdc.toscaparser.api.parameters.Input@783a259b]
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.145Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 65fa5d9f-fbbe-498c-97f7-008b3c9130a7: Generic NeutronNet
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.146Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-12T06:07:56.168Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:07:56.169Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:07:56.170Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-12T06:07:56.208Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-12T06:07:56.208Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-12T06:07:56.208Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-12T06:07:56.208Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:07:56.208Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:07:56.210Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:07:56.210Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962876208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:07:56.311Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:07:56.313Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:07:56.313Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:07:56.344Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:07:56.345Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:07:57.211Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d383173-0b98-485f-a00a-d68b1cdc9196
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:07:57.226Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d383173-0b98-485f-a00a-d68b1cdc9196
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:07:57.228Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:57.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:57.230Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:07:57.230Z|6d383173-0b98-485f-a00a-d68b1cdc9196|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-09-12T06:07:57.237Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:08:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:08:15.096Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:08:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:08:15.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:15.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb66e581-6f19-4fcb-aaac-2d42d45dda25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962823990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:08:15.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:08:15.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-12T06:08:15.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-12T06:08:15.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/resourceInstances/pnf40510921c3230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:08:15.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:15.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:08:15.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:15.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:08:27.238Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d383173-0b98-485f-a00a-d68b1cdc9196 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:08:27.245Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d383173-0b98-485f-a00a-d68b1cdc9196 and serviceModelVersionId: 65fa5d9f-fbbe-498c-97f7-008b3c9130a7
2022-09-12T06:08:27.245Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a
2022-09-12T06:08:27.246Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a/model-vers/model-ver/65fa5d9f-fbbe-498c-97f7-008b3c9130a7?depth=0
2022-09-12T06:08:27.252Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:08:27.297Z|6d383173-0b98-485f-a00a-d68b1cdc9196|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/9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a/model-vers/model-ver/65fa5d9f-fbbe-498c-97f7-008b3c9130a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-12T06:08:27.298Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a/model-vers/model-ver/65fa5d9f-fbbe-498c-97f7-008b3c9130a7?depth=0|INFO|500||Invoke
2022-09-12T06:08:27.318Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a/model-vers/model-ver/65fa5d9f-fbbe-498c-97f7-008b3c9130a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:08:27.562Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a/model-vers/model-ver/65fa5d9f-fbbe-498c-97f7-008b3c9130a7?depth=0|INFO|500||InvokeReturn
2022-09-12T06:08:27.563Z|6d383173-0b98-485f-a00a-d68b1cdc9196|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/9db94f0d-5bb6-4ed8-ad4c-52de6a636b4a/model-vers/model-ver/65fa5d9f-fbbe-498c-97f7-008b3c9130a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220912-06:08:27:695-37873], vertex-id=[164064], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:08:27 GMT], Content-Type=[application/json]}
2022-09-12T06:08:27.563Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:08:27.564Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:08:27.564Z|6d383173-0b98-485f-a00a-d68b1cdc9196|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-09-12T06:08:27.569Z|6d383173-0b98-485f-a00a-d68b1cdc9196|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-09-12T06:08:27.570Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d383173-0b98-485f-a00a-d68b1cdc9196 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:08:27.570Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:08:27.570Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:27.573Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:27.573Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962907570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:08:27.673Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:27.674Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:27.674Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:27.701Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:27.702Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:08:28.586Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:08:28.586Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:08:28.586Z|6d383173-0b98-485f-a00a-d68b1cdc9196|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:08:29.216Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:29.217Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:08:29.217Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa5bc688-88a5-4d22-b077-2b411723db5b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fdb291b9-c8a8-4c79-adf5-94cf078b49c6","serviceDescription":"service","serviceInvariantUUID":"65b6d6af-e9c5-4475-a2ae-69d847b73fba","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"561aeaa9-5ab5-4a91-89b6-dada2af5af92","resourceInvariantUUID":"90fc90dd-0acc-4ed0-aaeb-215bc2c37b52","resourceCustomizationUUID":"7903d2ad-df90-4500-8b09-a9e777c18bab","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":"ZmExZjg0YjViODUyNmJkODc4YzYxNWVlNTRmNDQ3ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29ad62f4-c695-47e9-8cab-92a3c42d3f8d","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":"fa302159-0511-40e9-9d79-cd6592d2deab","artifactVersion":"2","generatedFromUUID":"d3bcf478-41cf-4eb1-9c48-56f83a195670"},{"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":"d3bcf478-41cf-4eb1-9c48-56f83a195670","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":"YjE1YzNiZTc5NmMyNDM4NjE2OGRlZmE5MTUwZmI0ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a365da0-8267-4b63-9079-837915a0b39a","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":"9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042","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":"16613022-f036-409e-93f6-47933c94fb59","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":"92e26925-483d-4f54-9fcc-1aac1c5eb13a","artifactVersion":"2","generatedFromUUID":"9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTBjZmMwYTQ2YTJjY2U0M2RmOTNlNmE2NTVjMGI5ZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c8d143b-ca1b-451c-ac88-d04ad54662a4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjE3ODE0MDcwYmM1NjhhMWM1YmE3OWVkOTAzZWU4ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc6b1231-4a80-4156-a6a3-7c2775d18c0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:08:29.222Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:29.222Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:29.225Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:29.225Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:29.325Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:29.326Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:29.326Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:29.352Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:29.353Z||pool-51-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:30.225Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:30.226Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:30.228Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:30.228Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-12T06:08:30.328Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:30.329Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:30.329Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:30.340Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:30.340Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:31.228Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:31.229Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:31.231Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:31.231Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-12T06:08:31.332Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:31.333Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:31.333Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:31.368Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:31.369Z||pool-53-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:32.232Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:32.232Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:32.234Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:32.234Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:08:32.335Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-12T06:08:32.336Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:32.336Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:32.430Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:32.430Z||pool-54-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:33.235Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:33.235Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:33.237Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:33.237Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:08:33.337Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:33.338Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:33.339Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:33.429Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:33.429Z||pool-55-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:34.238Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:34.239Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:34.240Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:34.240Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:34.341Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:34.342Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:34.342Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:34.422Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:34.423Z||pool-56-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:35.241Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:35.242Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:35.243Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:35.244Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-12T06:08:35.344Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:35.345Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:35.345Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:35.436Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:35.436Z||pool-57-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:36.244Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:36.245Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:36.246Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:36.247Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:08:36.347Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:36.348Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:36.348Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:36.405Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:36.406Z||pool-58-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:37.247Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:08:37.248Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:37.249Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:37.250Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:08:37.350Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:37.351Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:37.351Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:37.407Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:37.408Z||pool-59-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:08:38.251Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fdb291b9-c8a8-4c79-adf5-94cf078b49c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "65b6d6af-e9c5-4475-a2ae-69d847b73fba",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7903d2ad-df90-4500-8b09-a9e777c18bab",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "561aeaa9-5ab5-4a91-89b6-dada2af5af92",
      "resourceInvariantUUID": "90fc90dd-0acc-4ed0-aaeb-215bc2c37b52",
      "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": "fa302159-0511-40e9-9d79-cd6592d2deab",
          "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": "d3bcf478-41cf-4eb1-9c48-56f83a195670",
          "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": "YjE1YzNiZTc5NmMyNDM4NjE2OGRlZmE5MTUwZmI0ZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a365da0-8267-4b63-9079-837915a0b39a",
          "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": "9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042",
          "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": "92e26925-483d-4f54-9fcc-1aac1c5eb13a",
            "generatedFromUUID": "9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042"
          },
          "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": "92e26925-483d-4f54-9fcc-1aac1c5eb13a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjE3ODE0MDcwYmM1NjhhMWM1YmE3OWVkOTAzZWU4ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc6b1231-4a80-4156-a6a3-7c2775d18c0b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:08:38.251Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:08:38.252Z|6d383173-0b98-485f-a00a-d68b1cdc9196|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fdb291b9-c8a8-4c79-adf5-94cf078b49c6 ASDC
2022-09-12T06:08:38.253Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fa5bc688-88a5-4d22-b077-2b411723db5b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fdb291b9-c8a8-4c79-adf5-94cf078b49c6
ServiceInvariantUUID:65b6d6af-e9c5-4475-a2ae-69d847b73fba
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:cc6b1231-4a80-4156-a6a3-7c2775d18c0b
ArtifactChecksum:NjE3ODE0MDcwYmM1NjhhMWM1YmE3OWVkOTAzZWU4ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7903d2ad-df90-4500-8b09-a9e777c18bab
ResourceInvariantUUID:90fc90dd-0acc-4ed0-aaeb-215bc2c37b52
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:561aeaa9-5ab5-4a91-89b6-dada2af5af92
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:fa302159-0511-40e9-9d79-cd6592d2deab
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:d3bcf478-41cf-4eb1-9c48-56f83a195670
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:8a365da0-8267-4b63-9079-837915a0b39a
ArtifactChecksum:YjE1YzNiZTc5NmMyNDM4NjE2OGRlZmE5MTUwZmI0ZGE=
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:9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042
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:92e26925-483d-4f54-9fcc-1aac1c5eb13a
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:92e26925-483d-4f54-9fcc-1aac1c5eb13a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-12T06:08:38.253Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdb291b9-c8a8-4c79-adf5-94cf078b49c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:08:38.292Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:08:38.293Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:08:38.293Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:08:38.293Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cc6b1231-4a80-4156-a6a3-7c2775d18c0b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-12T06:08:38.293Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:08:38.294Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-12T06:08:38.429Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:08:38.432Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cc6b1231-4a80-4156-a6a3-7c2775d18c0b 73681
2022-09-12T06:08:38.433Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-12T06:08:38.433Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-12T06:08:38.433Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:08:38.433Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:38.435Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:38.435Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:08:38.536Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:08:38.536Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:38.536Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:38.582Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:38.582Z||pool-60-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:39.436Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:08:39.437Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-12T06:08:39.437Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cc6b1231-4a80-4156-a6a3-7c2775d18c0b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-12T06:08:39.437Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-12T06:08:39.438Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-12T06:08:39.438Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-12T06:08:39.545Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12210470693762434312/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-09-12T06:08:40.668Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:08:40.669Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:08:40.669Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-12T06:08:40.669Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-12T06:08:40.669Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-12T06:08:40.670Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||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-09-12T06:08:40.670Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-12T06:08:40.670Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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-BasicCnf-csar.csar
2022-09-12T06:08:40.670Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-12T06:08:40.670Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.671Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.671Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:40.671Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:08:40.671Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:08:40.672Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.672Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.672Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:40.672Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-12T06:08:40.673Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:08:40.673Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.673Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.673Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.674Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-12T06:08:40.674Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-12T06:08:40.674Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-12T06:08:40.674Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T06:08:40.675Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.675Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:08:40.675Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.676Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:40.676Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:08:40.676Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.676Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:40.677Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:08:40.677Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.677Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:40.677Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:08:40.678Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.678Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-12T06:08:40.678Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-12T06:08:40.678Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0f214580-4bc3-42a6-bddb-ef2dd7c4e064
2022-09-12T06:08:40.679Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.679Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.679Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.679Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.679Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.680Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.680Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:40.680Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:40.680Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fdb291b9-c8a8-4c79-adf5-94cf078b49c6
Model Version:NULL
Model InvariantUuid:65b6d6af-e9c5-4475-a2ae-69d847b73fba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:afa72f57-c957-49d8-a4f1-c9f47e7a7612
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:90fc90dd-0acc-4ed0-aaeb-215bc2c37b52
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7903d2ad-df90-4500-8b09-a9e777c18bab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be5731fb-697d-4d73-af45-a2edb76b5a18
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bccb07d1-4d32-4bd8-93a1-6569c22a3896
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f214580-4bc3-42a6-bddb-ef2dd7c4e064
ModelInvariantUuid:39e124c7-5011-4a5f-b85b-67cff89e8f32
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7235a1be-5aeb-41e2-bebe-8c50b3055ffd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b011fbf7-6307-4f45-8159-97f394b59603
ModelInvariantUuid:04097fa2-aa46-443f-98f4-c957d59d83f2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b0116a4a-c82d-4677-9111-339914b36f7d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:08:40.685Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 561aeaa9-5ab5-4a91-89b6-dada2af5af92
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:08:40.687Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-09-12T06:08:40.687Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 561aeaa9-5ab5-4a91-89b6-dada2af5af92
2022-09-12T06:08:40.687Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fa302159-0511-40e9-9d79-cd6592d2deab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-12T06:08:40.688Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:08:40.688Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-12T06:08:40.775Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:08:40.776Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fa302159-0511-40e9-9d79-cd6592d2deab 12
2022-09-12T06:08:40.777Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-12T06:08:40.777Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-12T06:08:40.777Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:08:40.777Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:40.779Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:40.780Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962920777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:08:40.880Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:40.881Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:40.881Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:40.909Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:40.910Z||pool-61-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:41.781Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3bcf478-41cf-4eb1-9c48-56f83a195670 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-12T06:08:41.782Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:08:41.782Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-12T06:08:41.844Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:08:41.845Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d3bcf478-41cf-4eb1-9c48-56f83a195670 2688
2022-09-12T06:08:41.845Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-12T06:08:41.845Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-12T06:08:41.846Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:08:41.846Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:41.848Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:41.848Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962921845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:08:41.948Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:41.949Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:41.949Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:41.973Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:41.974Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:08:42.850Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a365da0-8267-4b63-9079-837915a0b39a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-12T06:08:42.850Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:08:42.850Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-12T06:08:42.894Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:08:42.894Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8a365da0-8267-4b63-9079-837915a0b39a 828
2022-09-12T06:08:42.894Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-12T06:08:42.895Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-12T06:08:42.895Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:08:42.895Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:42.897Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:42.897Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962922894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:08:42.997Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:42.998Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:42.998Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:43.024Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:43.025Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:43.897Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "be5731fb-697d-4d73-af45-a2edb76b5a18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bccb07d1-4d32-4bd8-93a1-6569c22a3896",
    "vfModuleModelCustomizationUUID": "eb022365-3ba7-4859-bb98-7f6eb5d79843",
    "isBase": true,
    "artifacts": [
      "9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042",
      "d3bcf478-41cf-4eb1-9c48-56f83a195670",
      "92e26925-483d-4f54-9fcc-1aac1c5eb13a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:08:43.901Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bccb07d1-4d32-4bd8-93a1-6569c22a3896
VfModuleModelInvariantUUID:be5731fb-697d-4d73-af45-a2edb76b5a18
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042
,
d3bcf478-41cf-4eb1-9c48-56f83a195670
,
92e26925-483d-4f54-9fcc-1aac1c5eb13a

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

isBase:true


}

2022-09-12T06:08:43.903Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "be5731fb-697d-4d73-af45-a2edb76b5a18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bccb07d1-4d32-4bd8-93a1-6569c22a3896",
    "vfModuleModelCustomizationUUID": "eb022365-3ba7-4859-bb98-7f6eb5d79843",
    "isBase": true,
    "artifacts": [
      "9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042",
      "d3bcf478-41cf-4eb1-9c48-56f83a195670",
      "92e26925-483d-4f54-9fcc-1aac1c5eb13a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:08:43.904Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bccb07d1-4d32-4bd8-93a1-6569c22a3896
VfModuleModelInvariantUUID:be5731fb-697d-4d73-af45-a2edb76b5a18
VfModuleModelDescription:NULL
Artifacts UUID List:{
9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042
,
d3bcf478-41cf-4eb1-9c48-56f83a195670
,
92e26925-483d-4f54-9fcc-1aac1c5eb13a

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

isBase:true


}

2022-09-12T06:08:43.904Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-12T06:08:43.904Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:08:43.905Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-12T06:08:44.020Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:08:44.021Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9bacff87-ddfa-4ad9-8a23-4d5a0e8d9042 1164
2022-09-12T06:08:44.022Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-12T06:08:44.022Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-12T06:08:44.022Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:08:44.022Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:44.024Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:44.025Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962924022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:08:44.124Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-12T06:08:44.126Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:44.126Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:44.212Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:44.212Z||pool-64-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:08:45.028Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92e26925-483d-4f54-9fcc-1aac1c5eb13a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-12T06:08:45.029Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-12T06:08:45.029Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-12T06:08:45.131Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-12T06:08:45.131Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 92e26925-483d-4f54-9fcc-1aac1c5eb13a 200
2022-09-12T06:08:45.132Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-12T06:08:45.132Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-12T06:08:45.132Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:08:45.132Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:45.140Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:45.141Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962925132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:08:45.240Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:08:45.241Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:45.241Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:45.282Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:45.283Z||pool-65-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:08:46.141Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fdb291b9-c8a8-4c79-adf5-94cf078b49c6
2022-09-12T06:08:46.142Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 561aeaa9-5ab5-4a91-89b6-dada2af5af92 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=?
2022-09-12T06:08:46.157Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:08:46.163Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@268804fe, org.onap.sdc.toscaparser.api.parameters.Input@9d4a0d5, org.onap.sdc.toscaparser.api.parameters.Input@304a02f3, org.onap.sdc.toscaparser.api.parameters.Input@5e13dd78, org.onap.sdc.toscaparser.api.parameters.Input@385a8db0]
2022-09-12T06:08:46.164Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.164Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.164Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-12T06:08:46.164Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7903d2ad-df90-4500-8b09-a9e777c18bab
2022-09-12T06:08:46.164Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7903d2ad-df90-4500-8b09-a9e777c18bab matches Tosca VF Customization UUID: 7903d2ad-df90-4500-8b09-a9e777c18bab
2022-09-12T06:08:46.165Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7903d2ad-df90-4500-8b09-a9e777c18bab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-12T06:08:46.166Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.166Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.166Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7903d2ad-df90-4500-8b09-a9e777c18bab: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-12T06:08:46.166Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34a16e6d
2022-09-12T06:08:46.167Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.167Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:08:46.167Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb022365-3ba7-4859-bb98-7f6eb5d79843
2022-09-12T06:08:46.167Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb022365-3ba7-4859-bb98-7f6eb5d79843
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-12T06:08:46.168Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.168Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:46.169Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:08:46.169Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.169Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:46.169Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:08:46.169Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.170Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-12T06:08:46.170Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-12T06:08:46.170Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0f214580-4bc3-42a6-bddb-ef2dd7c4e064
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-12T06:08:46.171Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.172Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:46.172Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:08:46.172Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.172Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-12T06:08:46.172Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7903d2ad-df90-4500-8b09-a9e777c18bab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:08:46.173Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.173Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fdb291b9-c8a8-4c79-adf5-94cf078b49c6: basic_cnf
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.174Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.175Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.175Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.175Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:08:46.175Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:08:46.175Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:08:46.238Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 561aeaa9-5ab5-4a91-89b6-dada2af5af92 1 ASDC deployResourceStructure
2022-09-12T06:08:46.240Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-12T06:08:46.240Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-12T06:08:46.240Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-12T06:08:46.240Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:46.242Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:46.242Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962926239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:08:46.344Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-12T06:08:46.344Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:46.345Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:46.437Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:46.440Z||pool-66-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:47.243Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-12T06:08:47.243Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-12T06:08:47.244Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-12T06:08:47.244Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:47.246Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:47.246Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962927243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:08:47.346Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:47.347Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:47.348Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:47.381Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:47.382Z||pool-67-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:48.247Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-12T06:08:48.248Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-12T06:08:48.248Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:08:48.248Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:48.250Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:48.250Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962928247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:08:48.350Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:48.351Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:48.351Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:48.372Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:48.372Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:49.251Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-12T06:08:49.251Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-12T06:08:49.251Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:08:49.252Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:49.253Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:49.253Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962929251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:08:49.354Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:08:49.355Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:49.355Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:49.409Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:49.409Z||pool-69-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:50.254Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-12T06:08:50.255Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-12T06:08:50.255Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:08:50.255Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:50.257Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:50.257Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962930254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:08:50.357Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:08:50.358Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:50.359Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:50.410Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:50.411Z||pool-70-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:08:51.258Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-12T06:08:51.259Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-12T06:08:51.259Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:08:51.259Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:08:51.261Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:08:51.261Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962931258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:08:51.361Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:08:51.363Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:08:51.363Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:08:51.426Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:08:51.426Z||pool-71-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:08:52.262Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:08:52.273Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:08:52.275Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:08:52.275Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:08:52.275Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:09:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:09:15.096Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:09:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:09:15.207Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:09:15.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:09:15.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:09:15.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:09:22.275Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:09:22.295Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:09:22.297Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:09:22.297Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:09:22.297Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:09:52.298Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:09:52.324Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:09:52.326Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:09:52.326Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:09:52.326Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:10:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:10:15.097Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:10:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:10:15.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:10:15.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962838061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662962829231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962820777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962831938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962840158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUjfyyeqmul0xenia1nwn/1.0/artifacts/service-DemoPnfUjfyyeqmul0xenia1nwn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962831064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962840240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962841935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962840927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "cds",
  "timestamp": 1662962841274,
  "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=?
2022-09-12T06:10:15.261Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa5bc688-88a5-4d22-b077-2b411723db5b
2022-09-12T06:10:15.261Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa5bc688-88a5-4d22-b077-2b411723db5b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:10:15.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962843099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962834550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962841933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962834706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962844276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "policy-id",
  "timestamp": 1662962842937,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:10:15.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa5bc688-88a5-4d22-b077-2b411723db5b
2022-09-12T06:10:15.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa5bc688-88a5-4d22-b077-2b411723db5b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:10:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962844637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962845473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962846610,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:10:15.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa5bc688-88a5-4d22-b077-2b411723db5b
2022-09-12T06:10:15.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa5bc688-88a5-4d22-b077-2b411723db5b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662962847629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962847178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962848585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662962848188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:10:15.316Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa5bc688-88a5-4d22-b077-2b411723db5b
2022-09-12T06:10:15.316Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa5bc688-88a5-4d22-b077-2b411723db5b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:10:15.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962841138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962850594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962851041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "clamp",
  "timestamp": 1662962851602,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:10:15.343Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa5bc688-88a5-4d22-b077-2b411723db5b
2022-09-12T06:10:15.343Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa5bc688-88a5-4d22-b077-2b411723db5b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:10:15.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962860084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "aai-ml",
  "timestamp": 1662962861089,
  "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-09-12T06:10:15.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa5bc688-88a5-4d22-b077-2b411723db5b
2022-09-12T06:10:15.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa5bc688-88a5-4d22-b077-2b411723db5b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:10:15.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd95a4d1-0e3c-4882-9ad1-8384ad206467",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962871391,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:10:15.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:10:15.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962825006,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962874579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962876208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:10:15.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:10:22.327Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:10:22.342Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:10:22.345Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:10:22.345Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:10:22.346Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:10:22.346Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:10:22.346Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:10:22.346Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:10:22.346Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:10:22.347Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:10:22.347Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:10:22.347Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:10:22.347Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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-09-12T06:10:22.355Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:10:52.356Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa5bc688-88a5-4d22-b077-2b411723db5b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:10:52.362Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa5bc688-88a5-4d22-b077-2b411723db5b and serviceModelVersionId: fdb291b9-c8a8-4c79-adf5-94cf078b49c6
2022-09-12T06:10:52.362Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65b6d6af-e9c5-4475-a2ae-69d847b73fba
2022-09-12T06:10:52.364Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65b6d6af-e9c5-4475-a2ae-69d847b73fba/model-vers/model-ver/fdb291b9-c8a8-4c79-adf5-94cf078b49c6?depth=0
2022-09-12T06:10:52.373Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:10:52.433Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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/65b6d6af-e9c5-4475-a2ae-69d847b73fba/model-vers/model-ver/fdb291b9-c8a8-4c79-adf5-94cf078b49c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-12T06:10:52.435Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65b6d6af-e9c5-4475-a2ae-69d847b73fba/model-vers/model-ver/fdb291b9-c8a8-4c79-adf5-94cf078b49c6?depth=0|INFO|500||Invoke
2022-09-12T06:10:52.462Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65b6d6af-e9c5-4475-a2ae-69d847b73fba/model-vers/model-ver/fdb291b9-c8a8-4c79-adf5-94cf078b49c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:10:52.560Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65b6d6af-e9c5-4475-a2ae-69d847b73fba/model-vers/model-ver/fdb291b9-c8a8-4c79-adf5-94cf078b49c6?depth=0|INFO|500||InvokeReturn
2022-09-12T06:10:52.560Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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/65b6d6af-e9c5-4475-a2ae-69d847b73fba/model-vers/model-ver/fdb291b9-c8a8-4c79-adf5-94cf078b49c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220912-06:10:52:843-37129], vertex-id=[618640], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:10:52 GMT], Content-Type=[application/json]}
2022-09-12T06:10:52.561Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:10:52.561Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:10:52.561Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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-09-12T06:10:52.567Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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-09-12T06:10:52.567Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa5bc688-88a5-4d22-b077-2b411723db5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:10:52.567Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:10:52.568Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:10:52.572Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:10:52.572Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963052567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:10:52.672Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:10:52.673Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:10:52.673Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:10:52.701Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:10:52.702Z||pool-72-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:10:53.591Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:10:53.591Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:10:53.592Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:11:03.911Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:11:03.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:11:03.912Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:11:03.912Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:11:13.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:11:13.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:11:13.463Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:11:13.463Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:11:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:11:15.096Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:11:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:11:15.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:11:15.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6d383173-0b98-485f-a00a-d68b1cdc9196",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962907570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:11:15.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:11:15.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-12T06:11:15.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962908586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962918433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962920777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962921845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962922894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:11:15.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962924022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962925132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962926239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962927243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962928247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962929251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962930254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662962931258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:11:15.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:11:23.059Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:11:23.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:11:23.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:11:23.061Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:11:32.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:11:32.654Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:11:32.655Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:11:32.655Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:11:42.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:11:42.253Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:11:42.253Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:11:42.254Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:11:51.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:12:15.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:12:15.093Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:12:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:12:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:12:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:12:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:12:15.679Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:12:15.680Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-12T06:12:15.680Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa5bc688-88a5-4d22-b077-2b411723db5b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963052567,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:12:15.681Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:12:24.652Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:13:15.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:13:15.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:13:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:13:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:13:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:13:15.096Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:13:24.687Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:13:24.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:14:15.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:14:15.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:14:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:14:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:14:15.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:14:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:14:24.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:14:24.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:15:15.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:15:15.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:15:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:15:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:15:15.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:15:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:15:24.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:15:24.777Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:16:15.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:16:15.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:16:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:16:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:16:15.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:16:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:16:24.726Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:16:24.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:17:15.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:17:15.096Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:17:15.097Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:17:15.097Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:17:15.097Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:17:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:17:24.649Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:17:24.649Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:18:15.093Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:18:15.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:18:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:18:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:18:15.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:18:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:18:24.812Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:18:24.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:19:15.094Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:19:15.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:19:15.094Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rPTNOzbo9irsTUie) ...
2022-09-12T06:19:15.096Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:19:15.096Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:19:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:19:24.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:19:24.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:20:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:20:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:20:15.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:20:15.097Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:20:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:20:15.352Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:15.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:20:15.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:15.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-12T06:20:15.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dd8782c-356d-411f-9480-7b572a134741","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"09d2b442-01a8-4df4-b2bf-0d9ac13f4d92","serviceDescription":"service","serviceInvariantUUID":"f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90dba2cd-2623-4524-ab64-bf73f79acafc","resourceInvariantUUID":"98be383e-540c-4e00-8319-b0eb4afd4c9b","resourceCustomizationUUID":"660d155c-5131-4c75-b0da-503da3657443","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":"MjI2MzZmYzY4Mzg3OWI0ZmUyNzU4M2RlZjVhNmNiOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1756c206-ae69-4d0f-a9e8-d7fd431efbcf","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":"NTkwMGYxNGQwYzkyYzI5MzAzZWE1YWYxYjVjNGNiMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34f520dd-6814-4bd3-b1dc-9527c9aaa1aa","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":"e48b1a90-4193-4f9b-bfd0-e045027f1d16","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":"77e7b3a6-478b-4fbc-8039-de7210f5882d","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":"abdcd241-c5dd-4c80-8b88-8274d6e04856","artifactVersion":"2","generatedFromUUID":"ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb"},{"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":"ef250afb-9e68-421c-8bbd-ea24ec95ece6","artifactVersion":"2","generatedFromUUID":"e48b1a90-4193-4f9b-bfd0-e045027f1d16"},{"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":"ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb","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":"2b995661-1969-4b82-8b9f-392759ae176d","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":"NTQ0ZjBjY2IwNTA1OTE1NTZjMzIzM2YxMzNmZDlmMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e99d4130-25be-4bef-b20c-c6bd6f2e4e05","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjQzYmNhMzJlYzJiMmU4OWQ0ZDg3ZTJjM2E0MDc4ZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc302bfd-705a-45f1-9ad2-e75217cc0fe7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:20:15.825Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:15.825Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:15.833Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:15.833Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:15.930Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-12T06:20:15.931Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:15.932Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:16.124Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:16.125Z||pool-73-thread-1|||||INFO|500||cambria reply ok (194 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:20:16.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:16.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:16.839Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:16.840Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:20:16.939Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:20:16.940Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:16.940Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:17.288Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:17.289Z||pool-74-thread-1|||||INFO|500||cambria reply ok (349 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:17.841Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:17.842Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:17.844Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:17.844Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:20:17.944Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:17.945Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:17.945Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:18.127Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:18.128Z||pool-75-thread-1|||||INFO|500||cambria reply ok (183 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:18.845Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:18.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:18.848Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:18.848Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:18.948Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:18.949Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:18.949Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:19.008Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:19.008Z||pool-76-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:20:19.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:19.849Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:19.851Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:19.851Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-12T06:20:19.952Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:19.953Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:19.953Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:20.201Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:20.202Z||pool-77-thread-1|||||INFO|500||cambria reply ok (250 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:20:20.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:20.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:20.855Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:20.855Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-12T06:20:20.955Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:20.956Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:20.956Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:21.255Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:21.256Z||pool-78-thread-1|||||INFO|500||cambria reply ok (301 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:21.855Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:21.856Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:21.858Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:21.858Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-12T06:20:21.958Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:21.959Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:21.959Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:22.065Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:22.065Z||pool-79-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:22.859Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:22.860Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:22.864Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:22.864Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:22.963Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-12T06:20:22.964Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:22.964Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:23.047Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:23.048Z||pool-80-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:23.865Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:23.866Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:23.868Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:23.868Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:20:23.968Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:20:23.969Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:23.970Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:24.065Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:24.066Z||pool-81-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:24.869Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:20:24.871Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:24.873Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:24.873Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:20:24.973Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:24.974Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:24.974Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:25.007Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:25.008Z||pool-82-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:25.874Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "09d2b442-01a8-4df4-b2bf-0d9ac13f4d92",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "660d155c-5131-4c75-b0da-503da3657443",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "90dba2cd-2623-4524-ab64-bf73f79acafc",
      "resourceInvariantUUID": "98be383e-540c-4e00-8319-b0eb4afd4c9b",
      "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": "NTkwMGYxNGQwYzkyYzI5MzAzZWE1YWYxYjVjNGNiMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "34f520dd-6814-4bd3-b1dc-9527c9aaa1aa",
          "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": "e48b1a90-4193-4f9b-bfd0-e045027f1d16",
          "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": "ef250afb-9e68-421c-8bbd-ea24ec95ece6",
            "generatedFromUUID": "e48b1a90-4193-4f9b-bfd0-e045027f1d16"
          },
          "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": "abdcd241-c5dd-4c80-8b88-8274d6e04856",
          "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": "ef250afb-9e68-421c-8bbd-ea24ec95ece6",
          "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": "ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjQzYmNhMzJlYzJiMmU4OWQ0ZDg3ZTJjM2E0MDc4ZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc302bfd-705a-45f1-9ad2-e75217cc0fe7"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:20:25.875Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:20:25.875Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09d2b442-01a8-4df4-b2bf-0d9ac13f4d92 ASDC
2022-09-12T06:20:25.877Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6dd8782c-356d-411f-9480-7b572a134741
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:09d2b442-01a8-4df4-b2bf-0d9ac13f4d92
ServiceInvariantUUID:f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a
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:bc302bfd-705a-45f1-9ad2-e75217cc0fe7
ArtifactChecksum:NjQzYmNhMzJlYzJiMmU4OWQ0ZDg3ZTJjM2E0MDc4ZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:660d155c-5131-4c75-b0da-503da3657443
ResourceInvariantUUID:98be383e-540c-4e00-8319-b0eb4afd4c9b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:90dba2cd-2623-4524-ab64-bf73f79acafc
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:34f520dd-6814-4bd3-b1dc-9527c9aaa1aa
ArtifactChecksum:NTkwMGYxNGQwYzkyYzI5MzAzZWE1YWYxYjVjNGNiMDA=
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:e48b1a90-4193-4f9b-bfd0-e045027f1d16
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:ef250afb-9e68-421c-8bbd-ea24ec95ece6
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:abdcd241-c5dd-4c80-8b88-8274d6e04856
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:ef250afb-9e68-421c-8bbd-ea24ec95ece6
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:ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-12T06:20:25.877Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09d2b442-01a8-4df4-b2bf-0d9ac13f4d92 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:20:25.951Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:20:25.957Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:20:25.957Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:20:25.958Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc302bfd-705a-45f1-9ad2-e75217cc0fe7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:25.958Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:20:25.958Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:26.223Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:20:26.231Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar bc302bfd-705a-45f1-9ad2-e75217cc0fe7 162987
2022-09-12T06:20:26.231Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-12T06:20:26.232Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:26.232Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:20:26.232Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:26.234Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:26.234Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963626231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:20:26.334Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:26.335Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:26.335Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:26.427Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:26.428Z||pool-83-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:20:27.235Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:20:27.236Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:20:27.236Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bc302bfd-705a-45f1-9ad2-e75217cc0fe7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:27.236Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-12T06:20:27.237Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:27.237Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:27.541Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4357873770963799721/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-12T06:20:28.777Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||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-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:28.778Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:28.779Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-12T06:20:28.779Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.779Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.779Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:28.779Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-12T06:20:28.780Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:20:28.780Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.780Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.780Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:28.780Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-12T06:20:28.780Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-12T06:20:28.781Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.782Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:20:28.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7f602ae1-1e32-4768-9d44-bdb6e6e42f30
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:28.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:28.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:09d2b442-01a8-4df4-b2bf-0d9ac13f4d92
Model Version:NULL
Model InvariantUuid:f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5a4e48eb-ec0f-45f7-bc3f-d57cb7b5f534
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98be383e-540c-4e00-8319-b0eb4afd4c9b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:660d155c-5131-4c75-b0da-503da3657443
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:495e259b-4684-422e-9070-2b229678b15f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b7d1d981-8290-4d1d-b5bb-df9b663b5605
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:25f1def5-b4eb-4ec0-9fb5-7a38e4369057
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:af9d334f-b0cf-4b1d-93d3-5df012dac71a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f602ae1-1e32-4768-9d44-bdb6e6e42f30
ModelInvariantUuid:a8c91153-6640-4079-8aa0-f6ee68c75da6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9e7a8db5-34c4-4e01-b758-453653313b35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:04ed41bb-189e-4734-814a-7ffe2b7f0b2d
ModelInvariantUuid:654f98aa-8a0c-4745-8fe5-c101ea327e2d
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:504ad56f-c6e8-40e6-b86b-82d578ab842a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:20:28.789Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 90dba2cd-2623-4524-ab64-bf73f79acafc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:20:28.795Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-09-12T06:20:28.796Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90dba2cd-2623-4524-ab64-bf73f79acafc
2022-09-12T06:20:28.796Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 34f520dd-6814-4bd3-b1dc-9527c9aaa1aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-12T06:20:28.796Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:20:28.796Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-12T06:20:29.060Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:20:29.060Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 34f520dd-6814-4bd3-b1dc-9527c9aaa1aa 1565
2022-09-12T06:20:29.061Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-12T06:20:29.061Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-12T06:20:29.061Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:20:29.061Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:29.063Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:29.063Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963629061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:20:29.163Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:29.164Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:29.164Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:29.326Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:29.327Z||pool-84-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:30.064Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "25f1def5-b4eb-4ec0-9fb5-7a38e4369057",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af9d334f-b0cf-4b1d-93d3-5df012dac71a",
    "vfModuleModelCustomizationUUID": "bcb63e3d-56c2-49df-b8b8-46798e93248e",
    "isBase": true,
    "artifacts": [
      "e48b1a90-4193-4f9b-bfd0-e045027f1d16",
      "ef250afb-9e68-421c-8bbd-ea24ec95ece6"
    ],
    "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": "495e259b-4684-422e-9070-2b229678b15f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7d1d981-8290-4d1d-b5bb-df9b663b5605",
    "vfModuleModelCustomizationUUID": "d83c7d89-db11-4da4-aecb-cb247464cb67",
    "isBase": false,
    "artifacts": [
      "ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:20:30.069Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af9d334f-b0cf-4b1d-93d3-5df012dac71a
VfModuleModelInvariantUUID:25f1def5-b4eb-4ec0-9fb5-7a38e4369057
VfModuleModelDescription:NULL
Artifacts UUID List:{
e48b1a90-4193-4f9b-bfd0-e045027f1d16
,
ef250afb-9e68-421c-8bbd-ea24ec95ece6

}
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:b7d1d981-8290-4d1d-b5bb-df9b663b5605
VfModuleModelInvariantUUID:495e259b-4684-422e-9070-2b229678b15f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb

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

isBase:false


}

2022-09-12T06:20:30.071Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "25f1def5-b4eb-4ec0-9fb5-7a38e4369057",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af9d334f-b0cf-4b1d-93d3-5df012dac71a",
    "vfModuleModelCustomizationUUID": "bcb63e3d-56c2-49df-b8b8-46798e93248e",
    "isBase": true,
    "artifacts": [
      "e48b1a90-4193-4f9b-bfd0-e045027f1d16",
      "ef250afb-9e68-421c-8bbd-ea24ec95ece6"
    ],
    "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": "495e259b-4684-422e-9070-2b229678b15f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7d1d981-8290-4d1d-b5bb-df9b663b5605",
    "vfModuleModelCustomizationUUID": "d83c7d89-db11-4da4-aecb-cb247464cb67",
    "isBase": false,
    "artifacts": [
      "ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:20:30.071Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af9d334f-b0cf-4b1d-93d3-5df012dac71a
VfModuleModelInvariantUUID:25f1def5-b4eb-4ec0-9fb5-7a38e4369057
VfModuleModelDescription:NULL
Artifacts UUID List:{
e48b1a90-4193-4f9b-bfd0-e045027f1d16
,
ef250afb-9e68-421c-8bbd-ea24ec95ece6

}
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:b7d1d981-8290-4d1d-b5bb-df9b663b5605
VfModuleModelInvariantUUID:495e259b-4684-422e-9070-2b229678b15f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb

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

isBase:false


}

2022-09-12T06:20:30.071Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e48b1a90-4193-4f9b-bfd0-e045027f1d16 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-12T06:20:30.071Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:20:30.071Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-12T06:20:30.194Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:20:30.194Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e48b1a90-4193-4f9b-bfd0-e045027f1d16 914
2022-09-12T06:20:30.195Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-12T06:20:30.195Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-12T06:20:30.195Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:20:30.195Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:30.197Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:30.197Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963630195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:20:30.297Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:30.298Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:30.298Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:30.387Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:30.387Z||pool-85-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:31.198Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abdcd241-c5dd-4c80-8b88-8274d6e04856 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-12T06:20:31.198Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:20:31.199Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-12T06:20:31.298Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:20:31.298Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env abdcd241-c5dd-4c80-8b88-8274d6e04856 12
2022-09-12T06:20:31.299Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-12T06:20:31.299Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-12T06:20:31.299Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:20:31.300Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:31.307Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:31.308Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963631299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:20:31.408Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:31.409Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:31.409Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:31.515Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:31.515Z||pool-86-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:32.308Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ef250afb-9e68-421c-8bbd-ea24ec95ece6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-12T06:20:32.308Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:20:32.309Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-12T06:20:32.651Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:20:32.652Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ef250afb-9e68-421c-8bbd-ea24ec95ece6 96
2022-09-12T06:20:32.652Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-12T06:20:32.652Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-12T06:20:32.652Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:20:32.653Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:32.654Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:32.655Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963632652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:20:32.755Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:32.755Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:32.755Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:32.890Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:32.890Z||pool-87-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:33.655Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-12T06:20:33.656Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:20:33.656Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-12T06:20:33.783Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:20:33.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ae5d35cf-6fbe-4a92-bb0f-9b86ef115adb 20206
2022-09-12T06:20:33.784Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-12T06:20:33.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-12T06:20:33.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:20:33.785Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:33.788Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:33.799Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963633784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:20:33.899Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:20:33.900Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:33.900Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:34.193Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:34.194Z||pool-88-thread-1|||||INFO|500||cambria reply ok (295 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:34.804Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 09d2b442-01a8-4df4-b2bf-0d9ac13f4d92
2022-09-12T06:20:34.804Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 90dba2cd-2623-4524-ab64-bf73f79acafc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:20:34.815Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a469d92, org.onap.sdc.toscaparser.api.parameters.Input@2412d196, org.onap.sdc.toscaparser.api.parameters.Input@22271245, org.onap.sdc.toscaparser.api.parameters.Input@2b2658bf, org.onap.sdc.toscaparser.api.parameters.Input@3512ea44]
2022-09-12T06:20:34.817Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.817Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.817Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-12T06:20:34.818Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 660d155c-5131-4c75-b0da-503da3657443
2022-09-12T06:20:34.818Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 660d155c-5131-4c75-b0da-503da3657443 matches Tosca VF Customization UUID: 660d155c-5131-4c75-b0da-503da3657443
2022-09-12T06:20:34.818Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 660d155c-5131-4c75-b0da-503da3657443  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-12T06:20:34.820Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.820Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.821Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 660d155c-5131-4c75-b0da-503da3657443: {\"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-09-12T06:20:34.821Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ebdc24
2022-09-12T06:20:34.821Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.821Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:20:34.822Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d83c7d89-db11-4da4-aecb-cb247464cb67
2022-09-12T06:20:34.822Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d83c7d89-db11-4da4-aecb-cb247464cb67
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-12T06:20:34.824Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.824Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:34.824Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:20:34.825Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.825Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:34.825Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:20:34.825Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.826Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-12T06:20:34.826Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=660d155c-5131-4c75-b0da-503da3657443
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:20:34.827Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.827Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.828Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 09d2b442-01a8-4df4-b2bf-0d9ac13f4d92: basic_cnf_macro
2022-09-12T06:20:34.828Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.828Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.828Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.829Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.829Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.829Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.829Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.830Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.830Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:20:34.830Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:20:34.830Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:20:34.897Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 90dba2cd-2623-4524-ab64-bf73f79acafc 2 ASDC deployResourceStructure
2022-09-12T06:20:34.898Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-12T06:20:34.898Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-12T06:20:34.898Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:20:34.899Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:34.900Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:34.900Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963634898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:20:35.000Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:20:35.001Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:35.001Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:35.101Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:35.101Z||pool-89-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:35.904Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-12T06:20:35.904Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-12T06:20:35.905Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:20:35.905Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:35.907Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:35.907Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963635904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:20:36.009Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-12T06:20:36.010Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:36.010Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:36.377Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:36.378Z||pool-90-thread-1|||||INFO|500||cambria reply ok (368 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:36.909Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-12T06:20:36.909Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-09-12T06:20:36.909Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-12T06:20:36.909Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:36.911Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:36.911Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963636909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:20:37.012Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:37.012Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:37.012Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:37.170Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:37.170Z||pool-91-thread-1|||||INFO|500||cambria reply ok (158 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:37.912Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-12T06:20:37.913Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-12T06:20:37.913Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:20:37.913Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:37.915Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:37.915Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963637912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:20:38.015Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:38.016Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:38.016Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:38.099Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:38.099Z||pool-92-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:20:38.916Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-12T06:20:38.916Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-12T06:20:38.916Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-12T06:20:38.917Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:38.918Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:38.918Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963638915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:20:39.019Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:39.019Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:39.020Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:39.170Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:39.170Z||pool-93-thread-1|||||INFO|500||cambria reply ok (151 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:39.920Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-12T06:20:39.920Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-12T06:20:39.920Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:20:39.920Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:20:39.922Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:20:39.922Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963639919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:20:40.022Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:20:40.023Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:20:40.023Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:20:40.166Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:20:40.166Z||pool-94-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:20:40.923Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:20:40.935Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:20:40.937Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:20:40.937Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:20:40.938Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:21:10.938Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:21:10.955Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:21:10.957Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:21:10.958Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:21:10.958Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:21:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:21:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:21:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:21:15.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:21:15.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:21:15.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:21:15.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:21:40.958Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:21:40.969Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:21:40.971Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:21:40.971Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:21:40.972Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:22:10.972Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:22:10.987Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:22:10.989Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:22:10.989Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:22:10.989Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:22:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:22:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:22:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:22:15.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:22:15.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:22:15.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:22:15.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:22:40.990Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:22:41.010Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:22:41.012Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:22:41.012Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:22:41.013Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:23:11.013Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:23:11.030Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:23:11.032Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:23:11.032Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-12T06:23:11.032Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-12T06:23:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:23:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:23:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:23:15.165Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:23:15.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963600775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963617222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963609231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963611938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963611068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963622964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963622027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963624100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963614550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963623037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "cds",
  "timestamp": 1662963623506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.212Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dd8782c-356d-411f-9480-7b572a134741
2022-09-12T06:23:15.213Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd8782c-356d-411f-9480-7b572a134741 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963614705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963625184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "policy-id",
  "timestamp": 1662963624044,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.228Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dd8782c-356d-411f-9480-7b572a134741
2022-09-12T06:23:15.228Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd8782c-356d-411f-9480-7b572a134741 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963615095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963625693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963626313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963626231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963627465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.243Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dd8782c-356d-411f-9480-7b572a134741
2022-09-12T06:23:15.244Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd8782c-356d-411f-9480-7b572a134741 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-12T06:23:15.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963628492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963628776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963628264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963629271,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.260Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dd8782c-356d-411f-9480-7b572a134741
2022-09-12T06:23:15.260Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd8782c-356d-411f-9480-7b572a134741 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963629061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963630195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963621138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963631299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963632097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963632652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963633784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963634898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963635904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963636909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:23:15.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963637912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963638915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-12T06:23:15.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963639919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963641229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "aai-ml",
  "timestamp": 1662963642232,
  "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-09-12T06:23:15.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dd8782c-356d-411f-9480-7b572a134741
2022-09-12T06:23:15.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd8782c-356d-411f-9480-7b572a134741 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963643785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "clamp",
  "timestamp": 1662963644789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.307Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dd8782c-356d-411f-9480-7b572a134741
2022-09-12T06:23:15.307Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd8782c-356d-411f-9480-7b572a134741 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963631063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963631938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963634150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963649071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963649873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963650086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "policy-id",
  "timestamp": 1662963651090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.339Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b818cc7d-cf93-45e5-b276-1576b1aa5557
2022-09-12T06:23:15.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b818cc7d-cf93-45e5-b276-1576b1aa5557 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "cds",
  "timestamp": 1662963651802,
  "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-09-12T06:23:15.354Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b818cc7d-cf93-45e5-b276-1576b1aa5557
2022-09-12T06:23:15.355Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b818cc7d-cf93-45e5-b276-1576b1aa5557 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963644704,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963645795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963654512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963656415,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963657419,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.380Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b818cc7d-cf93-45e5-b276-1576b1aa5557
2022-09-12T06:23:15.380Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b818cc7d-cf93-45e5-b276-1576b1aa5557 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963651939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963659177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.401Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963660954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963660198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963660976,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963652094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963652822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963661201,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b818cc7d-cf93-45e5-b276-1576b1aa5557
2022-09-12T06:23:15.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b818cc7d-cf93-45e5-b276-1576b1aa5557 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963662047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963661274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963661781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.430Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963663120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963662279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963664152,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a5b87e8-0148-422d-9348-c50587622947
2022-09-12T06:23:15.448Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5b87e8-0148-422d-9348-c50587622947 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "cds",
  "timestamp": 1662963663492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.462Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a5b87e8-0148-422d-9348-c50587622947
2022-09-12T06:23:15.462Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5b87e8-0148-422d-9348-c50587622947 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "policy-id",
  "timestamp": 1662963663282,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.475Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a5b87e8-0148-422d-9348-c50587622947
2022-09-12T06:23:15.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5b87e8-0148-422d-9348-c50587622947 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662963665156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963665787,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:23:15.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963666249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963667801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:23:15.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:23:15.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "aai-ml",
  "timestamp": 1662963667252,
  "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-09-12T06:23:15.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b818cc7d-cf93-45e5-b276-1576b1aa5557
2022-09-12T06:23:15.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b818cc7d-cf93-45e5-b276-1576b1aa5557 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "clamp",
  "timestamp": 1662963668807,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:23:15.504Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b818cc7d-cf93-45e5-b276-1576b1aa5557
2022-09-12T06:23:15.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b818cc7d-cf93-45e5-b276-1576b1aa5557 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662963649231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:23:15.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:15.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:23:15.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963651138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:23:15.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:23:41.033Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:23:41.073Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:23:41.076Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:23:41.077Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:23:41.078Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||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-09-12T06:23:41.108Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:24:11.109Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dd8782c-356d-411f-9480-7b572a134741 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:24:11.123Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dd8782c-356d-411f-9480-7b572a134741 and serviceModelVersionId: 09d2b442-01a8-4df4-b2bf-0d9ac13f4d92
2022-09-12T06:24:11.123Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a
2022-09-12T06:24:11.125Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a/model-vers/model-ver/09d2b442-01a8-4df4-b2bf-0d9ac13f4d92?depth=0
2022-09-12T06:24:11.134Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:24:11.204Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a/model-vers/model-ver/09d2b442-01a8-4df4-b2bf-0d9ac13f4d92?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-12T06:24:11.206Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a/model-vers/model-ver/09d2b442-01a8-4df4-b2bf-0d9ac13f4d92?depth=0|INFO|500||Invoke
2022-09-12T06:24:11.261Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a/model-vers/model-ver/09d2b442-01a8-4df4-b2bf-0d9ac13f4d92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:24:11.522Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a/model-vers/model-ver/09d2b442-01a8-4df4-b2bf-0d9ac13f4d92?depth=0|INFO|500||InvokeReturn
2022-09-12T06:24:11.523Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3ba0c0b-d7c9-4cdf-b6ed-2a913478ef8a/model-vers/model-ver/09d2b442-01a8-4df4-b2bf-0d9ac13f4d92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220912-06:24:11:659-7810], vertex-id=[536712], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:24:11 GMT], Content-Type=[application/json]}
2022-09-12T06:24:11.523Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:24:11.524Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:24:11.524Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||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-09-12T06:24:11.531Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-12T06:24:11.531Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dd8782c-356d-411f-9480-7b572a134741 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:24:11.532Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:24:11.532Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:11.535Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:11.535Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963851531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:24:11.635Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:11.636Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:11.636Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:11.694Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:11.695Z||pool-95-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:24:12.550Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:24:12.550Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:24:12.551Z|6dd8782c-356d-411f-9480-7b572a134741|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:24:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:24:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:24:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:24:15.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:15.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963676535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963674550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963674706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:24:15.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963683632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963684545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:24:15.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "aai-ml",
  "timestamp": 1662963685551,
  "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-09-12T06:24:15.397Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a5b87e8-0148-422d-9348-c50587622947
2022-09-12T06:24:15.397Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5b87e8-0148-422d-9348-c50587622947 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:24:15.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963685968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:24:15.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:24:15.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662963686973,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:24:15.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a5b87e8-0148-422d-9348-c50587622947
2022-09-12T06:24:15.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5b87e8-0148-422d-9348-c50587622947 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:24:15.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963693961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:24:15.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:24:15.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963702799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:24:15.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:24:15.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:24:15.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "clamp",
  "timestamp": 1662963703803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-12T06:24:15.426Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a5b87e8-0148-422d-9348-c50587622947
2022-09-12T06:24:15.426Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a5b87e8-0148-422d-9348-c50587622947 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:24:17.069Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:17.070Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-12T06:24:17.070Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b818cc7d-cf93-45e5-b276-1576b1aa5557","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"055cfccf-e977-4c9c-89e7-7e8580f75ba4","serviceDescription":"service","serviceInvariantUUID":"08aa061d-93de-4a70-8472-2a40b1aee415","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2d2a259d-8b93-4806-bda7-c92656819f43","resourceInvariantUUID":"90f6a4e6-7399-4fe5-ac50-7786af81a9b8","resourceCustomizationUUID":"91d6e105-e21e-4bde-9994-620433241625","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":"Nzk2Njc4MWVlNDBjMjMyY2MzNzU3MjJlNjE5OTMxM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"911093e8-c1cf-42e1-85d2-185c9069c37a","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":"c841d5b6-925f-4a5f-a094-d797d8cbe96c","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":"6046c4ae-c22a-410d-9d81-7b9d63566af3","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":"MmMwMjJjYzUyNGNlMjdmNjdkMTUyOTdjNDg3OGQ4Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"85a2541a-1a4c-42a9-b27e-ab78e901065c","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":"ead76e89-938a-47a7-8fb4-6329d4194343","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":"a160c067-3207-4878-95c5-71bcd1284548","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":"2a310fb0-6114-4383-8de4-86103fb90ecc","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":"MGQ3ZDg1ZjY3Mjk2YmE1N2MzYjczODRkMWFjYTYzMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6273f98a-f7e0-4935-a0f5-7e29cb289dd6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDA5NmFiNjc5ZDY1MTQzMjNiNDMyN2UxZTA0OGM3ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20174b0d-5449-4bbd-a491-59e7bc4c4a3f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:24:17.072Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:17.072Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:17.074Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:17.074Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:17.175Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:17.175Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:17.175Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:17.292Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:17.293Z||pool-96-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:18.075Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:18.076Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:18.078Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:18.078Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:18.179Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-12T06:24:18.180Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:18.180Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:18.201Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:18.202Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:19.079Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:19.079Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:19.081Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:19.081Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:19.182Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:19.182Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:19.183Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:19.274Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:19.275Z||pool-98-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:20.082Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:20.083Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:20.084Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:20.084Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:20.185Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:20.185Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:20.186Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:20.322Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:20.323Z||pool-99-thread-1|||||INFO|500||cambria reply ok (137 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:21.085Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:21.086Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:21.087Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:21.088Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:21.196Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-09-12T06:24:21.197Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:21.197Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:21.253Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:21.254Z||pool-100-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:22.088Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:22.089Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:22.091Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:22.091Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:22.191Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:22.192Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:22.192Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:22.210Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:22.210Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:23.091Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:23.092Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:23.094Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:23.094Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:23.195Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:23.195Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:23.196Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:23.231Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:23.232Z||pool-102-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:24:24.095Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:24.096Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:24.097Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:24.098Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:24:24.198Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:24.199Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:24.199Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:24.298Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:24.299Z||pool-103-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:25.098Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:24:25.100Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:25.102Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:25.102Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:24:25.202Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:25.204Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:25.204Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:25.408Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:25.408Z||pool-104-thread-1|||||INFO|500||cambria reply ok (205 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:26.103Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "055cfccf-e977-4c9c-89e7-7e8580f75ba4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08aa061d-93de-4a70-8472-2a40b1aee415",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "91d6e105-e21e-4bde-9994-620433241625",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2d2a259d-8b93-4806-bda7-c92656819f43",
      "resourceInvariantUUID": "90f6a4e6-7399-4fe5-ac50-7786af81a9b8",
      "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": "NDA5NmFiNjc5ZDY1MTQzMjNiNDMyN2UxZTA0OGM3ZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20174b0d-5449-4bbd-a491-59e7bc4c4a3f"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:24:26.104Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:24:26.104Z|6dd8782c-356d-411f-9480-7b572a134741|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 055cfccf-e977-4c9c-89e7-7e8580f75ba4 ASDC
2022-09-12T06:24:26.104Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b818cc7d-cf93-45e5-b276-1576b1aa5557
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:055cfccf-e977-4c9c-89e7-7e8580f75ba4
ServiceInvariantUUID:08aa061d-93de-4a70-8472-2a40b1aee415
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:20174b0d-5449-4bbd-a491-59e7bc4c4a3f
ArtifactChecksum:NDA5NmFiNjc5ZDY1MTQzMjNiNDMyN2UxZTA0OGM3ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:91d6e105-e21e-4bde-9994-620433241625
ResourceInvariantUUID:90f6a4e6-7399-4fe5-ac50-7786af81a9b8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2d2a259d-8b93-4806-bda7-c92656819f43
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-12T06:24:26.104Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 055cfccf-e977-4c9c-89e7-7e8580f75ba4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:24:26.169Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:24:26.170Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:24:26.170Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:24:26.170Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 20174b0d-5449-4bbd-a491-59e7bc4c4a3f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-12T06:24:26.170Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:24:26.170Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-12T06:24:26.969Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:24:26.974Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 20174b0d-5449-4bbd-a491-59e7bc4c4a3f 110795
2022-09-12T06:24:26.974Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-12T06:24:26.974Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-12T06:24:26.974Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:24:26.975Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:26.977Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:26.977Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963866974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:24:27.077Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:27.078Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:27.078Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:27.201Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:27.202Z||pool-105-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:27.977Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:24:27.979Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:24:27.979Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 20174b0d-5449-4bbd-a491-59e7bc4c4a3f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:27.979Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-12T06:24:27.980Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:27.980Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:28.149Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10827591494260271444/Definitions/service-TestPnfMacro-template.yml
2022-09-12T06:24:29.050Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||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-09-12T06:24:29.051Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.052Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-12T06:24:29.053Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-12T06:24:29.053Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:24:29.053Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.053Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.053Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-12T06:24:29.053Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.054Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.055Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.055Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.055Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.055Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:055cfccf-e977-4c9c-89e7-7e8580f75ba4
Model Version:NULL
Model InvariantUuid:08aa061d-93de-4a70-8472-2a40b1aee415
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:24:29.058Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2d2a259d-8b93-4806-bda7-c92656819f43
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:24:29.060Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-09-12T06:24:29.060Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2d2a259d-8b93-4806-bda7-c92656819f43
2022-09-12T06:24:29.060Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 055cfccf-e977-4c9c-89e7-7e8580f75ba4
2022-09-12T06:24:29.060Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 055cfccf-e977-4c9c-89e7-7e8580f75ba4
2022-09-12T06:24:29.060Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2d2a259d-8b93-4806-bda7-c92656819f43 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:24:29.063Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e19bfa4, org.onap.sdc.toscaparser.api.parameters.Input@2b5990d8, org.onap.sdc.toscaparser.api.parameters.Input@57c1eef3, org.onap.sdc.toscaparser.api.parameters.Input@523c8c23, org.onap.sdc.toscaparser.api.parameters.Input@313bed5f]
2022-09-12T06:24:29.063Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.063Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.063Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 055cfccf-e977-4c9c-89e7-7e8580f75ba4: test-pnf
2022-09-12T06:24:29.063Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Processing PNF resource: 2d2a259d-8b93-4806-bda7-c92656819f43
2022-09-12T06:24:29.064Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:24:29.064Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:24:29.064Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||Resource customization UUID: 91d6e105-e21e-4bde-9994-620433241625 is the same as notified resource customizationUUID: 91d6e105-e21e-4bde-9994-620433241625
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-12T06:24:29.088Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2d2a259d-8b93-4806-bda7-c92656819f43 0 ASDC deployResourceStructure
2022-09-12T06:24:29.089Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-12T06:24:29.089Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-12T06:24:29.089Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:24:29.089Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:24:29.091Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:24:29.091Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963869089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:24:29.191Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:24:29.192Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:24:29.192Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:24:29.279Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:24:29.280Z||pool-106-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:24:30.091Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b818cc7d-cf93-45e5-b276-1576b1aa5557
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:24:30.101Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b818cc7d-cf93-45e5-b276-1576b1aa5557
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:24:30.112Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:24:30.112Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:24:30.112Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:24:30.112Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:24:30.113Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||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-09-12T06:24:30.118Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:25:00.119Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b818cc7d-cf93-45e5-b276-1576b1aa5557 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:25:00.126Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b818cc7d-cf93-45e5-b276-1576b1aa5557 and serviceModelVersionId: 055cfccf-e977-4c9c-89e7-7e8580f75ba4
2022-09-12T06:25:00.126Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08aa061d-93de-4a70-8472-2a40b1aee415
2022-09-12T06:25:00.126Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0
2022-09-12T06:25:00.130Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:25:00.177Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0|INFO|500||Invoke
2022-09-12T06:25:00.178Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b818cc7d-cf93-45e5-b276-1576b1aa5557], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b43d4048-a410-4b9c-b243-3f13e1f4f15c], X-ECOMP-RequestID=[b818cc7d-cf93-45e5-b276-1576b1aa5557], X-TransactionId=[], X-ONAP-RequestID=[b818cc7d-cf93-45e5-b276-1576b1aa5557], Content-Type=[application/merge-patch+json]}
2022-09-12T06:25:00.213Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:25:00.311Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?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/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220912-06:25:00:605-9669], vertex-id=[483432], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:25:00 GMT], Content-Type=[application/json]}
2022-09-12T06:25:00.312Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:25:00.313Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08aa061d-93de-4a70-8472-2a40b1aee415/model-vers/model-ver/055cfccf-e977-4c9c-89e7-7e8580f75ba4?depth=0|INFO|500||InvokeReturn
2022-09-12T06:25:00.313Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:25:00.313Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||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-09-12T06:25:00.318Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-12T06:25:00.319Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b818cc7d-cf93-45e5-b276-1576b1aa5557 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:25:00.319Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:25:00.319Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:00.321Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:00.321Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963900319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:25:00.422Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:00.423Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:00.423Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:00.478Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:00.479Z||pool-107-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:25:01.335Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-12T06:25:01.335Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a5b87e8-0148-422d-9348-c50587622947","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d2dcd5a4-e208-4039-9db8-f04d0299fc64","serviceDescription":"service","serviceInvariantUUID":"94b4d79d-5752-4e37-a2d8-11d2471e2ddb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"525b55f6-d56b-410f-9f31-698ffeb90484","resourceInvariantUUID":"464bb90e-0b6b-4656-acdc-c9b4e3956a93","resourceCustomizationUUID":"f92a0d3a-0824-4abd-82a7-7e7e2914223a","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":"NGMzM2VjNjAwZWNjOTlkZDEzOWZhNmRjZDJkZWIzYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba1a0da6-075c-4bc5-8546-faa1b6b35db6","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":"YTUxMWJkNjM3Yzk4NjViNTM4ZTc0YjZkZmUyMzRlMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6406a89-df00-46f0-8af2-c3c6fe416828","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":"21b2e4f9-41d0-4a99-a696-32ebe92f0fe4","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":"931f2d14-a52f-4fa7-a388-cd0ec140c0c0","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":"3f08f044-1052-4577-8557-f73da532bf76","artifactVersion":"2","generatedFromUUID":"21b2e4f9-41d0-4a99-a696-32ebe92f0fe4"},{"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":"M2NlODkzMmExNjQyMzg5ZjZhZWU4MDQwYjM1ZGZlM2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"979a3505-87ae-46fe-9281-f7b20a8bf15a","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":"NWI0YzhlN2RhODQ1ODc0YWYxNmExZDBiY2EwMjg4NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df086831-b25a-4cb8-be7e-ecd624ac1209","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDFhOTk4NWY1MWQ0YWJhNjAzNDY4MWVkMDViNjBmNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7c8b3b2-3b86-47cb-ac7d-3c8778c89684","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-12T06:25:01.336Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:01.336Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:01.338Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:01.338Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:25:01.438Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:25:01.439Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:01.439Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:01.473Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:01.474Z||pool-108-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:02.339Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:02.340Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:02.342Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:02.342Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:25:02.442Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:02.443Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:02.443Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:02.468Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:02.469Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:03.343Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:03.344Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:03.346Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:03.346Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:25:03.446Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:03.447Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:03.447Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:03.518Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:03.518Z||pool-110-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:04.346Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:04.347Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:04.349Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:04.349Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:25:04.449Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:04.450Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:04.450Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:04.477Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:04.477Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:05.350Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:05.350Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:05.352Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:05.352Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-12T06:25:05.452Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:05.453Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:05.453Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:05.504Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:05.504Z||pool-112-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:25:06.353Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:06.354Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:06.356Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:06.357Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:25:06.457Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:06.458Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:06.458Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:06.510Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:06.511Z||pool-113-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:25:07.357Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:07.358Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:07.360Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:07.360Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:25:07.461Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-12T06:25:07.461Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:07.462Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:07.484Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:07.484Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:08.361Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-12T06:25:08.362Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:08.363Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:08.363Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:25:08.464Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-12T06:25:08.464Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:08.465Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:08.484Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:08.485Z||pool-115-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:09.365Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d2dcd5a4-e208-4039-9db8-f04d0299fc64",
  "serviceDescription": "service",
  "serviceInvariantUUID": "94b4d79d-5752-4e37-a2d8-11d2471e2ddb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f92a0d3a-0824-4abd-82a7-7e7e2914223a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "525b55f6-d56b-410f-9f31-698ffeb90484",
      "resourceInvariantUUID": "464bb90e-0b6b-4656-acdc-c9b4e3956a93",
      "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": "YTUxMWJkNjM3Yzk4NjViNTM4ZTc0YjZkZmUyMzRlMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6406a89-df00-46f0-8af2-c3c6fe416828",
          "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": "21b2e4f9-41d0-4a99-a696-32ebe92f0fe4",
          "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": "3f08f044-1052-4577-8557-f73da532bf76",
            "generatedFromUUID": "21b2e4f9-41d0-4a99-a696-32ebe92f0fe4"
          },
          "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": "3f08f044-1052-4577-8557-f73da532bf76",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDFhOTk4NWY1MWQ0YWJhNjAzNDY4MWVkMDViNjBmNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7c8b3b2-3b86-47cb-ac7d-3c8778c89684"
    }
  ],
  "workloadContext": "Production"
}
2022-09-12T06:25:09.365Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-12T06:25:09.366Z|b818cc7d-cf93-45e5-b276-1576b1aa5557|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2dcd5a4-e208-4039-9db8-f04d0299fc64 ASDC
2022-09-12T06:25:09.367Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7a5b87e8-0148-422d-9348-c50587622947
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d2dcd5a4-e208-4039-9db8-f04d0299fc64
ServiceInvariantUUID:94b4d79d-5752-4e37-a2d8-11d2471e2ddb
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:b7c8b3b2-3b86-47cb-ac7d-3c8778c89684
ArtifactChecksum:NDFhOTk4NWY1MWQ0YWJhNjAzNDY4MWVkMDViNjBmNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f92a0d3a-0824-4abd-82a7-7e7e2914223a
ResourceInvariantUUID:464bb90e-0b6b-4656-acdc-c9b4e3956a93
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:525b55f6-d56b-410f-9f31-698ffeb90484
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:f6406a89-df00-46f0-8af2-c3c6fe416828
ArtifactChecksum:YTUxMWJkNjM3Yzk4NjViNTM4ZTc0YjZkZmUyMzRlMjA=
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:21b2e4f9-41d0-4a99-a696-32ebe92f0fe4
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:3f08f044-1052-4577-8557-f73da532bf76
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:3f08f044-1052-4577-8557-f73da532bf76
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-12T06:25:09.367Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2dcd5a4-e208-4039-9db8-f04d0299fc64 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:25:09.407Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:25:09.408Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:25:09.408Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:25:09.408Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7c8b3b2-3b86-47cb-ac7d-3c8778c89684 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-12T06:25:09.409Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:25:09.409Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-12T06:25:09.696Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:25:09.700Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b7c8b3b2-3b86-47cb-ac7d-3c8778c89684 82510
2022-09-12T06:25:09.700Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-12T06:25:09.700Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-12T06:25:09.700Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:25:09.701Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:09.703Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:09.703Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963909700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:25:09.803Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:09.804Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:09.804Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:09.859Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:09.859Z||pool-116-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:10.704Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-12T06:25:10.705Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-12T06:25:10.705Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b7c8b3b2-3b86-47cb-ac7d-3c8778c89684, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:10.706Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-12T06:25:10.706Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:10.707Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:10.816Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13361501314595537517/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-09-12T06:25:11.863Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-12T06:25:11.863Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-12T06:25:11.863Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:11.864Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-12T06:25:11.864Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:11.864Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:11.864Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||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-09-12T06:25:11.864Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:11.864Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:11.865Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-12T06:25:11.865Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||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-09-12T06:25:11.865Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-12T06:25:11.865Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.865Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.866Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:11.866Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-12T06:25:11.866Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:25:11.866Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.867Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.867Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:11.867Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-12T06:25:11.867Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-12T06:25:11.867Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.868Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.868Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.868Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-12T06:25:11.868Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-12T06:25:11.869Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-12T06:25:11.869Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-12T06:25:11.869Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:25:11.869Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-12T06:25:11.869Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.870Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:25:11.870Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.870Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:11.870Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:25:11.871Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.871Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:11.871Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:25:11.871Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.871Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:11.872Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:25:11.872Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.872Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-12T06:25:11.872Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-12T06:25:11.872Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:25:11.873Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c559cc9-ec77-447f-a89a-2ae83b27f6dc
2022-09-12T06:25:11.873Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.873Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.873Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.873Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.874Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.874Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.874Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:11.874Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:11.874Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d2dcd5a4-e208-4039-9db8-f04d0299fc64
Model Version:NULL
Model InvariantUuid:94b4d79d-5752-4e37-a2d8-11d2471e2ddb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8377cc37-d2a6-4945-a86e-c5ca479bd6cc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:464bb90e-0b6b-4656-acdc-c9b4e3956a93
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f92a0d3a-0824-4abd-82a7-7e7e2914223a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f07aa06b-f598-41a5-8643-094f10020bc5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1445c0b4-96fb-4bcb-b724-1151cc84fe87
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c559cc9-ec77-447f-a89a-2ae83b27f6dc
ModelInvariantUuid:b6c52183-1a82-4eb3-894e-7e120233f142
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:7ba8d3e9-5664-4823-b5a3-d17946247a11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:41c21398-fa77-4e88-bf19-d1000cf891a6
ModelInvariantUuid:6496ff6b-2eac-4874-8151-16c808d42730
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b73019e7-860d-404a-8e5e-f048e137b3dd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-12T06:25:11.879Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 525b55f6-d56b-410f-9f31-698ffeb90484
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:25:11.881Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-09-12T06:25:11.881Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 525b55f6-d56b-410f-9f31-698ffeb90484
2022-09-12T06:25:11.881Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f6406a89-df00-46f0-8af2-c3c6fe416828 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-12T06:25:11.881Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:25:11.882Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-12T06:25:11.964Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:25:11.965Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f6406a89-df00-46f0-8af2-c3c6fe416828 792
2022-09-12T06:25:11.965Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-12T06:25:11.965Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-12T06:25:11.965Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:25:11.966Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:11.968Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:11.968Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963911965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:25:12.068Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:12.069Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:12.069Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:12.084Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:12.084Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:25:12.969Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f07aa06b-f598-41a5-8643-094f10020bc5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1445c0b4-96fb-4bcb-b724-1151cc84fe87",
    "vfModuleModelCustomizationUUID": "6b9b4d20-796c-43d2-90dc-e1342f7dc2d1",
    "isBase": true,
    "artifacts": [
      "21b2e4f9-41d0-4a99-a696-32ebe92f0fe4",
      "3f08f044-1052-4577-8557-f73da532bf76"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:25:12.973Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1445c0b4-96fb-4bcb-b724-1151cc84fe87
VfModuleModelInvariantUUID:f07aa06b-f598-41a5-8643-094f10020bc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
21b2e4f9-41d0-4a99-a696-32ebe92f0fe4
,
3f08f044-1052-4577-8557-f73da532bf76

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

isBase:true


}

2022-09-12T06:25:12.974Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f07aa06b-f598-41a5-8643-094f10020bc5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1445c0b4-96fb-4bcb-b724-1151cc84fe87",
    "vfModuleModelCustomizationUUID": "6b9b4d20-796c-43d2-90dc-e1342f7dc2d1",
    "isBase": true,
    "artifacts": [
      "21b2e4f9-41d0-4a99-a696-32ebe92f0fe4",
      "3f08f044-1052-4577-8557-f73da532bf76"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-12T06:25:12.974Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1445c0b4-96fb-4bcb-b724-1151cc84fe87
VfModuleModelInvariantUUID:f07aa06b-f598-41a5-8643-094f10020bc5
VfModuleModelDescription:NULL
Artifacts UUID List:{
21b2e4f9-41d0-4a99-a696-32ebe92f0fe4
,
3f08f044-1052-4577-8557-f73da532bf76

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

isBase:true


}

2022-09-12T06:25:12.975Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 21b2e4f9-41d0-4a99-a696-32ebe92f0fe4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-12T06:25:12.975Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:25:12.975Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-12T06:25:13.065Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:25:13.066Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 21b2e4f9-41d0-4a99-a696-32ebe92f0fe4 5033
2022-09-12T06:25:13.066Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-12T06:25:13.066Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-12T06:25:13.066Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:25:13.066Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:13.068Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:13.068Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963913066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:25:13.168Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:13.169Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:13.169Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:13.188Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:13.189Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:14.068Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f08f044-1052-4577-8557-f73da532bf76 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-12T06:25:14.069Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-12T06:25:14.069Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-12T06:25:14.148Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-12T06:25:14.148Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3f08f044-1052-4577-8557-f73da532bf76 903
2022-09-12T06:25:14.148Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-12T06:25:14.149Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-12T06:25:14.149Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-12T06:25:14.149Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:14.150Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:14.151Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963914148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:25:14.251Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:14.252Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:14.252Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:14.273Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:14.274Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:25:15.096Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:25:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:25:15.151Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d2dcd5a4-e208-4039-9db8-f04d0299fc64
2022-09-12T06:25:15.152Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 525b55f6-d56b-410f-9f31-698ffeb90484 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:25:15.163Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e4a12b, org.onap.sdc.toscaparser.api.parameters.Input@2dc98cc4, org.onap.sdc.toscaparser.api.parameters.Input@6fbaf9ae, org.onap.sdc.toscaparser.api.parameters.Input@5a516319, org.onap.sdc.toscaparser.api.parameters.Input@6606c81]
2022-09-12T06:25:15.165Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.165Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.165Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-12T06:25:15.166Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f92a0d3a-0824-4abd-82a7-7e7e2914223a
2022-09-12T06:25:15.166Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f92a0d3a-0824-4abd-82a7-7e7e2914223a matches Tosca VF Customization UUID: f92a0d3a-0824-4abd-82a7-7e7e2914223a
2022-09-12T06:25:15.166Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f92a0d3a-0824-4abd-82a7-7e7e2914223a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-12T06:25:15.168Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.168Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.169Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f92a0d3a-0824-4abd-82a7-7e7e2914223a: {\"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-09-12T06:25:15.169Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e7974b9
2022-09-12T06:25:15.169Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.169Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-12T06:25:15.170Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b9b4d20-796c-43d2-90dc-e1342f7dc2d1
2022-09-12T06:25:15.170Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b9b4d20-796c-43d2-90dc-e1342f7dc2d1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-12T06:25:15.172Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.172Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:15.172Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:25:15.173Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.173Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:15.173Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:25:15.174Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.174Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-12T06:25:15.174Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-12T06:25:15.174Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-12T06:25:15.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:15.175Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c559cc9-ec77-447f-a89a-2ae83b27f6dc
2022-09-12T06:25:15.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-12T06:25:15.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dd8782c-356d-411f-9480-7b572a134741",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963851531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-12T06:25:15.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:25:15.177Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.177Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:15.177Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-12T06:25:15.178Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.178Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-12T06:25:15.178Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f92a0d3a-0824-4abd-82a7-7e7e2914223a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-12T06:25:15.180Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.180Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.180Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d2dcd5a4-e208-4039-9db8-f04d0299fc64: basic_vm_macro
2022-09-12T06:25:15.180Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.181Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.181Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.181Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.181Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.182Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.182Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.182Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.183Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-12T06:25:15.183Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-12T06:25:15.183Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-12T06:25:15.238Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 525b55f6-d56b-410f-9f31-698ffeb90484 1 ASDC deployResourceStructure
2022-09-12T06:25:15.238Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-09-12T06:25:15.239Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-12T06:25:15.239Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:25:15.239Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:15.241Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:15.241Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963915238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:25:15.341Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:15.342Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:15.342Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:15.422Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:15.422Z||pool-120-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:16.242Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-12T06:25:16.243Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-12T06:25:16.243Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:25:16.243Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:16.246Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:16.246Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963916242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:25:16.346Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:16.347Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:16.347Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:16.412Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:16.412Z||pool-121-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:17.247Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-12T06:25:17.247Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-12T06:25:17.248Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:25:17.248Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:17.250Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:17.250Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963917247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:25:17.350Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:17.351Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:17.352Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:17.377Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:17.377Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-12T06:25:18.251Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-12T06:25:18.251Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-12T06:25:18.251Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-12T06:25:18.251Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:18.254Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:18.254Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963918251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:25:18.354Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:18.355Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:18.355Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:18.402Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:18.402Z||pool-123-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-12T06:25:19.255Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a5b87e8-0148-422d-9348-c50587622947
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:25:19.265Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a5b87e8-0148-422d-9348-c50587622947
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-12T06:25:19.267Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-12T06:25:19.267Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-12T06:25:19.267Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-12T06:25:19.267Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-12T06:25:19.268Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||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-09-12T06:25:19.273Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-12T06:25:49.273Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a5b87e8-0148-422d-9348-c50587622947 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-12T06:25:49.281Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a5b87e8-0148-422d-9348-c50587622947 and serviceModelVersionId: d2dcd5a4-e208-4039-9db8-f04d0299fc64
2022-09-12T06:25:49.281Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94b4d79d-5752-4e37-a2d8-11d2471e2ddb
2022-09-12T06:25:49.282Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94b4d79d-5752-4e37-a2d8-11d2471e2ddb/model-vers/model-ver/d2dcd5a4-e208-4039-9db8-f04d0299fc64?depth=0
2022-09-12T06:25:49.285Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-12T06:25:49.322Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94b4d79d-5752-4e37-a2d8-11d2471e2ddb/model-vers/model-ver/d2dcd5a4-e208-4039-9db8-f04d0299fc64?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-12T06:25:49.324Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94b4d79d-5752-4e37-a2d8-11d2471e2ddb/model-vers/model-ver/d2dcd5a4-e208-4039-9db8-f04d0299fc64?depth=0|INFO|500||Invoke
2022-09-12T06:25:49.342Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94b4d79d-5752-4e37-a2d8-11d2471e2ddb/model-vers/model-ver/d2dcd5a4-e208-4039-9db8-f04d0299fc64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-12T06:25:49.501Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94b4d79d-5752-4e37-a2d8-11d2471e2ddb/model-vers/model-ver/d2dcd5a4-e208-4039-9db8-f04d0299fc64?depth=0|INFO|500||InvokeReturn
2022-09-12T06:25:49.502Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/94b4d79d-5752-4e37-a2d8-11d2471e2ddb/model-vers/model-ver/d2dcd5a4-e208-4039-9db8-f04d0299fc64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220912-06:25:49:734-83686], vertex-id=[688272], Content-Length=[0], Date=[Mon, 12 Sep 2022 06:25:49 GMT], Content-Type=[application/json]}
2022-09-12T06:25:49.502Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-09-12T06:25:49.502Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-12T06:25:49.502Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||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-09-12T06:25:49.505Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-12T06:25:49.505Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a5b87e8-0148-422d-9348-c50587622947 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-12T06:25:49.505Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-12T06:25:49.505Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-12T06:25:49.507Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-12T06:25:49.507Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963949505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:25:49.607Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-12T06:25:49.608Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-12T06:25:49.608Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rPTNOzbo9irsTUie) ...
2022-09-12T06:25:49.701Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:25:49.702Z||pool-124-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-12T06:25:50.518Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:25:50.518Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:25:50.519Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:26:00.106Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:26:00.106Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:26:00.107Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:26:00.107Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:26:09.659Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:26:09.659Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:26:09.659Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:26:09.660Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:26:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:26:15.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:26:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:26:15.155Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:26:15.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963866974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:15.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963869089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b818cc7d-cf93-45e5-b276-1576b1aa5557",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963900319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963852550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963909700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963911965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963913066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:26:15.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:15.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-12T06:26:15.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963914148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-12T06:26:15.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:26:19.209Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:26:19.210Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:26:19.210Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:26:19.210Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:26:28.775Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:26:28.775Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:26:28.776Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:26:28.776Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:26:38.356Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:27:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:27:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:27:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:27:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:27:15.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:27:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:27:15.324Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:27:15.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-12T06:27:15.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963915238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-12T06:27:15.326Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:27:24.892Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:28:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:28:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:28:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:28:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:28:15.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:28:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:28:15.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:28:15.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-12T06:28:15.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963916242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-12T06:28:15.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963917247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963918251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a5b87e8-0148-422d-9348-c50587622947",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662963949505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-12T06:28:15.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-12T06:28:24.732Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:29:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:29:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:29:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:29:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:29:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:29:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:29:24.649Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:29:24.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:30:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:30:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:30:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:30:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:30:15.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:30:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:30:24.723Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:30:24.732Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:31:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:31:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:31:15.097Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:31:15.097Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:31:15.097Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:31:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:31:24.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:31:24.756Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:32:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:32:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:32:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:32:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:32:15.096Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:32:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:32:24.661Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:32:24.718Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:33:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:33:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:33:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:33:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:33:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:33:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:33:24.726Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:33:24.760Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:34:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:34:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:34:15.095Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:34:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:34:15.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:34:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:34:24.680Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:34:24.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:35:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:35:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:35:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:35:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:35:15.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:35:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:35:24.675Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:35:24.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:36:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:36:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:36:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:36:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:36:15.096Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:36:15.096Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:36:24.703Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:36:24.739Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:37:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:37:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:37:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:37:15.095Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:37:15.095Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:37:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:37:24.665Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:37:24.665Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:38:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:38:15.095Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:38:15.095Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:38:15.095Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:38:15.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:38:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:38:24.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:38:24.673Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:39:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:39:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:39:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:39:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:39:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:39:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:39:24.711Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:39:24.712Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:40:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:40:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:40:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:40:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:40:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:40:15.096Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:40:24.845Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:40:24.849Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:41:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:41:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:41:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:41:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:41:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:41:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:41:24.718Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:41:24.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:42:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:42:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:42:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:42:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:42:15.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:42:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:42:24.677Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:42:24.719Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:43:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:43:15.095Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:43:15.096Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:43:15.096Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:43:15.097Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:43:15.097Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:43:24.711Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:43:24.738Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:44:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:44:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:44:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:44:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:44:15.096Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:44:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:44:24.708Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:44:24.716Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:45:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:45:15.093Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:45:15.094Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:45:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:45:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:45:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:45:24.666Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:45:24.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:46:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:46:15.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:46:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:46:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:46:15.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:46:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:46:24.699Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:46:24.727Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:47:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:47:15.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:47:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:47:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:47:15.095Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:47:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:47:24.669Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:47:24.710Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:48:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:48:15.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:48:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:48:15.095Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:48:15.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:48:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:48:24.770Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:48:24.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:49:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:49:15.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:49:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:49:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:49:15.095Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:49:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:49:24.712Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:49:24.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:50:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:50:15.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:50:15.093Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:50:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:50:15.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:50:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:50:24.734Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:50:24.742Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:51:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:51:15.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:51:15.093Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:51:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:51:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:51:15.095Z|fa5bc688-88a5-4d22-b077-2b411723db5b|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:51:24.844Z|fa5bc688-88a5-4d22-b077-2b411723db5b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:51:24.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:52:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:52:15.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:52:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:52:15.095Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:52:15.096Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:52:15.096Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:52:24.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:52:24.701Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:53:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:53:15.094Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:53:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:53:15.095Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:53:15.095Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:53:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:53:24.730Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:53:24.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:54:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:54:15.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:54:15.095Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:54:15.095Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:54:15.096Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:54:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:54:24.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:54:24.825Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:55:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:55:15.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:55:15.093Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:55:15.095Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:55:15.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:55:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:55:24.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:55:24.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:56:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:56:15.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:56:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:56:15.095Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:56:15.096Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:56:15.096Z|7a5b87e8-0148-422d-9348-c50587622947|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 rPTNOzbo9irsTUie) ...
2022-09-12T06:56:24.827Z|7a5b87e8-0148-422d-9348-c50587622947|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:56:24.868Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:57:15.093Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:57:15.093Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:57:15.094Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:57:15.095Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-12T06:57:15.096Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-12T06:57:15.096Z||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 rPTNOzbo9irsTUie) ...
2022-09-12T06:57:24.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-12T06:57:24.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK