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-04-23T01:59:01.543Z||main|||||INFO|500||The following profiles are active: basic
2022-04-23T01:59:09.995Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-23T01:59:09.996Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-23T01:59:10.070Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-23T01:59:12.254Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-23T01:59:12.492Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-23T01:59:12.833Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-23T01:59:13.074Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-23T01:59:13.159Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-23T01:59:13.269Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-23T01:59:13.644Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-23T01:59:14.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-23T01:59:16.391Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23T01:59:16.453Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-23T01:59:16.968Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-23T01:59:17.286Z||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-04-23T01:59:18.238Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-23T01:59:19.190Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-23T01:59:19.207Z||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$$4925797c.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-04-23T01:59:19.208Z||main|||||WARN|500||The sdc end point is not alive
2022-04-23T01:59:21.705Z||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-04-23T01:59:24.204Z||main|||||WARN|500||---
2022-04-23T01:59:24.205Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-23T01:59:24.205Z||main|||||WARN|500||---
2022-04-23T01:59:24.623Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-23T01:59:28.614Z||main|||||INFO|500||Started Application in 31.096 seconds (JVM running for 32.221)
2022-04-23T01:59:28.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-23T01:59:28.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-23T01:59:28.639Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-23T01:59:28.691Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-23T01:59:28.733Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b32404d3-793d-4320-9643-98cbc7c23a21 url= /sdc/v1/artifactTypes
2022-04-23T01:59:28.733Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-23T01:59:29.029Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-23T01:59:29.050Z||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-04-23T01:59:29.068Z||scheduling-1|||||DEBUG|500||create keys
2022-04-23T01:59:29.075Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-23T01:59:29.877Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T01:59:29.892Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a6f6bd77-ce74-46c4-bbe7-2bd64599de36 url= /sdc/v1/registerForDistribution
2022-04-23T01:59:31.451Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a6f6bd77-ce74-46c4-bbe7-2bd64599de36 url= /sdc/v1/registerForDistribution
2022-04-23T01:59:31.452Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-23T01:59:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T01:59:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T01:59:31.464Z||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-04-23T01:59:31.464Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T01:59:31.464Z||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-04-23T01:59:31.464Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T01:59:31.465Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-23T01:59:42.337Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T01:59:42.387Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:00:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:00:31.459Z||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-04-23T02:00:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:00:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:00:31.460Z||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-04-23T02:00:31.461Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:00:41.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:00:41.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:01:31.458Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:01:31.459Z||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-04-23T02:01:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:01:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:01:31.460Z||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-04-23T02:01:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:01:40.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:01:41.005Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:02:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:02:31.458Z||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-04-23T02:02:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:02:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:02:31.460Z||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-04-23T02:02:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:02:41.002Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:02:41.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:03:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:03:31.459Z||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-04-23T02:03:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:03:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:03:31.460Z||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-04-23T02:03:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:03:40.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:03:41.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:04:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:04:31.459Z||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-04-23T02:04:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:04:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:04:31.459Z||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-04-23T02:04:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:04:41.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:04:41.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:05:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:05:31.458Z||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-04-23T02:05:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:05:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:05:31.460Z||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-04-23T02:05:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:05:40.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:05:41.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:06:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:06:31.458Z||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-04-23T02:06:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:06:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:06:31.460Z||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-04-23T02:06:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:06:40.999Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:06:41.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:07:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:07:31.459Z||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-04-23T02:07:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:07:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:07:31.459Z||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-04-23T02:07:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:07:41.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:07:41.004Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:08:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:08:31.458Z||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-04-23T02:08:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:08:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:08:31.459Z||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-04-23T02:08:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:08:41.006Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:08:41.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:09:01.046Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-23T02:09:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:09:31.458Z||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-04-23T02:09:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:09:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:09:31.459Z||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-04-23T02:09:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:09:40.998Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:09:41.000Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:10:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:10:31.459Z||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-04-23T02:10:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:10:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:10:31.459Z||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-04-23T02:10:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:10:41.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:10:41.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:11:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:11:31.459Z||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-04-23T02:11:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:11:31.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:11:31.460Z||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-04-23T02:11:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:11:41.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:11:41.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:12:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:12:31.459Z||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-04-23T02:12:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:12:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:12:31.460Z||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-04-23T02:12:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:12:41.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:12:41.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:13:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:13:31.458Z||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-04-23T02:13:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:13:31.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:13:31.459Z||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-04-23T02:13:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:13:40.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:13:41.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:14:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:14:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:14:31.459Z||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-04-23T02:14:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:14:31.460Z||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-04-23T02:14:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:14:41.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:14:41.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:15:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:15:31.458Z||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-04-23T02:15:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:15:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:15:31.460Z||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-04-23T02:15:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:15:40.999Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:15:41.002Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:16:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:16:31.458Z||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-04-23T02:16:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:16:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:16:31.460Z||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-04-23T02:16:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:16:41.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:16:41.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:17:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:17:31.458Z||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-04-23T02:17:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:17:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:17:31.459Z||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-04-23T02:17:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:17:41.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:17:41.008Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:18:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:18:31.459Z||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-04-23T02:18:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:18:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:18:31.459Z||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-04-23T02:18:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:18:41.005Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:18:41.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:19:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:19:31.459Z||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-04-23T02:19:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:19:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:19:31.460Z||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-04-23T02:19:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:19:41.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:19:41.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:20:31.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:20:31.458Z||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-04-23T02:20:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:20:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:20:31.459Z||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-04-23T02:20:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:20:41.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:20:41.016Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:21:31.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:21:31.458Z||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-04-23T02:21:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:21:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:21:31.459Z||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-04-23T02:21:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:21:40.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:21:41.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:22:31.457Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:22:31.458Z||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-04-23T02:22:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:22:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:22:31.460Z||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-04-23T02:22:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:22:41.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:22:41.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:23:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:23:31.459Z||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-04-23T02:23:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:23:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:23:31.460Z||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-04-23T02:23:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:23:41.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:23:41.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:24:31.458Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:24:31.459Z||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-04-23T02:24:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:24:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:24:31.460Z||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-04-23T02:24:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:24:41.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:24:41.003Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:25:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:25:31.460Z||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-04-23T02:25:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:25:31.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:25:31.462Z||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-04-23T02:25:31.463Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:25:41.002Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:25:41.006Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:26:31.458Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:26:31.459Z||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-04-23T02:26:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:26:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:26:31.460Z||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-04-23T02:26:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:26:41.003Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:26:41.005Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:27:31.458Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:27:31.459Z||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-04-23T02:27:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:27:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:27:31.460Z||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-04-23T02:27:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:27:40.997Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:27:41.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:28:31.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:28:31.458Z||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-04-23T02:28:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:28:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:28:31.459Z||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-04-23T02:28:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:28:40.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:28:40.997Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:29:31.458Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:29:31.458Z||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-04-23T02:29:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:29:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:29:31.459Z||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-04-23T02:29:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:29:41.016Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:29:41.019Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:30:31.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:30:31.458Z||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-04-23T02:30:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:30:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:30:31.460Z||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-04-23T02:30:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:30:41.022Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:30:41.026Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:31:31.457Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:31:31.458Z||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-04-23T02:31:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:31:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:31:31.460Z||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-04-23T02:31:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:31:41.019Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:31:41.019Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:32:31.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:32:31.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T02:32:31.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:32:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:32:31.460Z||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-04-23T02:32:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:32:40.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:32:41.000Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:33:31.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:33:31.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T02:33:31.459Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:33:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:33:31.459Z||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-04-23T02:33:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:33:40.998Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:33:41.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:34:31.457Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:34:31.458Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-23T02:34:31.458Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:34:31.459Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:34:31.460Z||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-04-23T02:34:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:34:41.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:34:41.000Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:35:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:35:31.458Z||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-04-23T02:35:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:35:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:35:31.460Z||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-04-23T02:35:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:35:41.005Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:35:41.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:36:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:36:31.458Z||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-04-23T02:36:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:36:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:36:31.460Z||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-04-23T02:36:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:36:41.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:36:41.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:37:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:37:31.458Z||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-04-23T02:37:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:37:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:37:31.459Z||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-04-23T02:37:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:37:41.013Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:37:41.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:38:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:38:31.458Z||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-04-23T02:38:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:38:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:38:31.459Z||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-04-23T02:38:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:38:41.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:38:41.002Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:39:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:39:31.458Z||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-04-23T02:39:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:39:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:39:31.459Z||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-04-23T02:39:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:39:40.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:39:41.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:40:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:40:31.458Z||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-04-23T02:40:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:40:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:40:31.460Z||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-04-23T02:40:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:40:41.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:40:41.005Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:41:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:41:31.458Z||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-04-23T02:41:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:41:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:41:31.459Z||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-04-23T02:41:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:41:40.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:41:40.997Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:42:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:42:31.458Z||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-04-23T02:42:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:42:31.459Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:42:31.460Z||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-04-23T02:42:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:42:40.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:42:41.003Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:43:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:43:31.458Z||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-04-23T02:43:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:43:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:43:31.459Z||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-04-23T02:43:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:43:40.997Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:43:41.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:44:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:44:31.459Z||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-04-23T02:44:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:44:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:44:31.460Z||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-04-23T02:44:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:44:41.001Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:44:41.006Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:45:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:45:31.458Z||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-04-23T02:45:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:45:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:45:31.459Z||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-04-23T02:45:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:45:40.996Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:45:40.999Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:46:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:46:31.458Z||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-04-23T02:46:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:46:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:46:31.459Z||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-04-23T02:46:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:46:41.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:46:41.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:47:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:47:31.459Z||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-04-23T02:47:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:47:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:47:31.459Z||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-04-23T02:47:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:47:40.996Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:47:40.998Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:48:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:48:31.458Z||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-04-23T02:48:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:48:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:48:31.460Z||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-04-23T02:48:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:48:41.000Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:48:41.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:49:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:49:31.458Z||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-04-23T02:49:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:49:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:49:31.459Z||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-04-23T02:49:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:49:40.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:49:41.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:50:31.458Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:50:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:50:31.459Z||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-04-23T02:50:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:50:31.460Z||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-04-23T02:50:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:50:40.994Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:50:40.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:31.457Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:51:31.458Z||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-04-23T02:51:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:51:31.459Z||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-04-23T02:51:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:31.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:31.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:51:31.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T02:51:31.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:31.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:51:32.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:32.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T02:51:32.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"551802da-b032-4dfa-9d78-c33d1476260e","serviceName":"vFW 2022-04-23 02-49-34","serviceVersion":"1.0","serviceUUID":"381ec49d-0d87-4883-b61e-e6e23e546e8b","serviceDescription":"catalog service description","serviceInvariantUUID":"fb9569dd-0afc-44bb-80df-1b9e8394408d","resources":[{"resourceInstanceName":"vFW ea50da0a-b6bf 0","resourceName":"vFW ea50da0a-b6bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49946ba3-57b0-47e7-82be-9332d3079af0","resourceInvariantUUID":"815e2395-d0d3-4dcd-9898-6bbd2a68cdc2","resourceCustomizationUUID":"a22bfd15-8ebc-49cf-9b82-b4093d05d52c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml","artifactChecksum":"MzYyZDUwZjdkMTFlNzg1ZTViZGYyNzQ0ZmZmN2EzZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b5f945b-2e3e-4459-bb8e-7efc7f91e581","artifactVersion":"1"},{"artifactName":"vfwea50da0ab6bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json","artifactChecksum":"NDUyOTZkNzBjZDYzOGU4ZDNiYTRlZTM3ZDc0MjViYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a333518-1e96-4563-8095-de5a1bf50c6f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8d7f6df-b6af-4455-94d6-0ac595b492b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml","artifactChecksum":"YmZlZWI1MzZkZDM3YTM5ZTJjYWY4NmRmZDg5MTE2OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38e811cd-2c30-410a-ab9e-c13ee8e79c97","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4b62ed4-7b9b-454c-b659-7999f553fa60","artifactVersion":"2","generatedFromUUID":"c8d7f6df-b6af-4455-94d6-0ac595b492b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220423024934-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml","artifactChecksum":"MGY1M2ZhYWQxMGViZjNlNTI5MTBiNTZjYmM5YWFkYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52ade480-7e86-4660-b207-6608ce33527b","artifactVersion":"1"},{"artifactName":"service-Vfw20220423024934-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar","artifactChecksum":"NTM1NGRlMTI2ZWNjNzg0NTE1YjhiMzQwY2EyYjk1ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f76a0cb9-c5b4-40c4-a089-adc1a4cfbcbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T02:51:32.091Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:32.095Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:32.101Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:32.101Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:32.202Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-23T02:51:32.204Z||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-04-23T02:51:32.205Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:32.218Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:32.218Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:33.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:33.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:33.108Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:33.108Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:51:33.208Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T02:51:33.209Z||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-04-23T02:51:33.209Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:33.222Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:33.222Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:34.109Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:34.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:34.111Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:34.111Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:51:34.212Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:34.212Z||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-04-23T02:51:34.212Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:34.224Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:34.225Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:35.112Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:35.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:35.115Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:35.115Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:35.215Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:35.216Z||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-04-23T02:51:35.216Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:35.229Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:35.230Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:36.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:36.116Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:36.117Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:36.118Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T02:51:36.218Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:36.219Z||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-04-23T02:51:36.219Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:36.232Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:36.232Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:37.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:37.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:37.121Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:37.121Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:51:37.221Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:37.221Z||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-04-23T02:51:37.222Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:37.236Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:37.236Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:38.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:51:38.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:38.124Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:38.124Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:51:38.224Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:38.225Z||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-04-23T02:51:38.225Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:38.241Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:38.241Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-23T02:51:39.125Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "serviceName": "vFW 2022-04-23 02-49-34",
  "serviceVersion": "1.0",
  "serviceUUID": "381ec49d-0d87-4883-b61e-e6e23e546e8b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fb9569dd-0afc-44bb-80df-1b9e8394408d",
  "resources": [
    {
      "resourceInstanceName": "vFW ea50da0a-b6bf 0",
      "resourceCustomizationUUID": "a22bfd15-8ebc-49cf-9b82-b4093d05d52c",
      "resourceName": "vFW ea50da0a-b6bf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49946ba3-57b0-47e7-82be-9332d3079af0",
      "resourceInvariantUUID": "815e2395-d0d3-4dcd-9898-6bbd2a68cdc2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwea50da0ab6bf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
          "artifactChecksum": "NDUyOTZkNzBjZDYzOGU4ZDNiYTRlZTM3ZDc0MjViYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a333518-1e96-4563-8095-de5a1bf50c6f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8d7f6df-b6af-4455-94d6-0ac595b492b1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b4b62ed4-7b9b-454c-b659-7999f553fa60",
            "generatedFromUUID": "c8d7f6df-b6af-4455-94d6-0ac595b492b1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b4b62ed4-7b9b-454c-b659-7999f553fa60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220423024934-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
      "artifactChecksum": "NTM1NGRlMTI2ZWNjNzg0NTE1YjhiMzQwY2EyYjk1ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f76a0cb9-c5b4-40c4-a089-adc1a4cfbcbd"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T02:51:39.126Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T02:51:39.127Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 381ec49d-0d87-4883-b61e-e6e23e546e8b ASDC
2022-04-23T02:51:39.219Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:551802da-b032-4dfa-9d78-c33d1476260e
ServiceName:vFW 2022-04-23 02-49-34
ServiceVersion:1.0
ServiceUUID:381ec49d-0d87-4883-b61e-e6e23e546e8b
ServiceInvariantUUID:fb9569dd-0afc-44bb-80df-1b9e8394408d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220423024934-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar
ArtifactUUID:f76a0cb9-c5b4-40c4-a089-adc1a4cfbcbd
ArtifactChecksum:NTM1NGRlMTI2ZWNjNzg0NTE1YjhiMzQwY2EyYjk1ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ea50da0a-b6bf 0
ResourceCustomizationUUID:a22bfd15-8ebc-49cf-9b82-b4093d05d52c
ResourceInvariantUUID:815e2395-d0d3-4dcd-9898-6bbd2a68cdc2
ResourceName:vFW ea50da0a-b6bf
ResourceType:VF
ResourceUUID:49946ba3-57b0-47e7-82be-9332d3079af0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwea50da0ab6bf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json
ArtifactUUID:0a333518-1e96-4563-8095-de5a1bf50c6f
ArtifactChecksum:NDUyOTZkNzBjZDYzOGU4ZDNiYTRlZTM3ZDc0MjViYTE=
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/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml
ArtifactUUID:c8d7f6df-b6af-4455-94d6-0ac595b492b1
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/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env
ArtifactUUID:b4b62ed4-7b9b-454c-b659-7999f553fa60
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/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env
ArtifactUUID:b4b62ed4-7b9b-454c-b659-7999f553fa60
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T02:51:39.219Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 381ec49d-0d87-4883-b61e-e6e23e546e8b 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-04-23T02:51:39.415Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T02:51:39.416Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T02:51:39.416Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T02:51:39.416Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f76a0cb9-c5b4-40c4-a089-adc1a4cfbcbd from URL: /sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:39.417Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:51:39.417Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:39.607Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:51:39.623Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar f76a0cb9-c5b4-40c4-a089-adc1a4cfbcbd 98996
2022-04-23T02:51:39.625Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar ASDC sendASDCNotification
2022-04-23T02:51:39.625Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:39.625Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:51:39.626Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:39.627Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:39.628Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682299624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:51:39.728Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:39.728Z||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-04-23T02:51:39.729Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:39.740Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:39.740Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:40.628Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T02:51:40.629Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T02:51:40.630Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f76a0cb9-c5b4-40c4-a089-adc1a4cfbcbd, URL: /sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar to file: /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:40.630Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220423024934-csar.csar
2022-04-23T02:51:40.686Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:40.687Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:41.189Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1478946880966429101/Definitions/service-Vfw20220423024934-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-23T02:51:43.614Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T02:51:43.618Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T02:51:43.618Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.619Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||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-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.620Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.620Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.620Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ea50da0a-b6bf 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:43.620Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T02:51:43.625Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.626Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.628Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:43.629Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T02:51:43.630Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T02:51:43.631Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.631Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.631Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:43.631Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T02:51:43.631Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T02:51:43.632Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.632Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.634Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.635Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T02:51:43.636Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.637Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T02:51:43.637Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.637Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:43.638Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:43.638Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.638Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:43.638Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:43.638Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.638Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:43.639Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:43.639Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.639Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:43.639Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:43.640Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:43.640Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T02:51:43.640Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T02:51:43.640Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T02:51:43.640Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.640Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.641Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T02:51:43.641Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.641Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T02:51:43.641Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.641Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=451b2ae2-72e6-4753-9546-3357870b1932
2022-04-23T02:51:43.641Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.642Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65f6f5d1-9284-4b3b-a0d1-33b528a43847
2022-04-23T02:51:43.643Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T02:51:43.644Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e5ab86a-81eb-4970-8973-2dafbd39fec0
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.645Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.646Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.646Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:43.646Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:43.646Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-23 02-49-34
Description:catalog service description
Model UUID:381ec49d-0d87-4883-b61e-e6e23e546e8b
Model Version:NULL
Model InvariantUuid:fb9569dd-0afc-44bb-80df-1b9e8394408d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ea50da0a-b6bf
Model UUID:5047ff30-109b-47fc-9893-cd77f5c4460f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:815e2395-d0d3-4dcd-9898-6bbd2a68cdc2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a22bfd15-8ebc-49cf-9b82-b4093d05d52c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:20775ee6-4986-45c0-be40-7c7417e1960c
ModelName:VfwEa50da0aB6bf..base_vfw..module-0
ModelUuid:28f45c1c-23a4-418c-b0e7-904935796890
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:451b2ae2-72e6-4753-9546-3357870b1932
ModelInvariantUuid:b63258a0-7771-40ed-b518-5d645805caad
ModelName:vFW ea50da0a-b6bf-nodes.vfwCvfc
ModelUuid:046cbe1c-2d3d-4edd-9bbd-de6145cf82b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:50077adc-6242-47a1-ad4c-2b5471bdc4af
ModelInvariantUuid:138d34e1-485d-4f45-a502-adf9cd5749f7
ModelName:VfwEa50da0aB6bf.compute.nodes.heat.vfw
ModelUuid:4e6fb0b5-d4a5-4eaa-b341-b035642a9c12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:65f6f5d1-9284-4b3b-a0d1-33b528a43847
ModelInvariantUuid:5398e541-7460-4429-8988-aca6061d3796
ModelName:vFW ea50da0a-b6bf-nodes.vsnCvfc
ModelUuid:6c117cc7-5d8b-4812-a373-575f1b1e4e97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f142a787-2b12-42c8-a9f8-fb84967cadfe
ModelInvariantUuid:e13d52f6-3a48-44cf-b2df-b73c22a69aff
ModelName:VfwEa50da0aB6bf.compute.nodes.heat.vsn
ModelUuid:a4bd073f-9472-479c-818d-b2f1d6be7094
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1e5ab86a-81eb-4970-8973-2dafbd39fec0
ModelInvariantUuid:00b6080c-f3bc-4dc9-9f4c-249db5d5b408
ModelName:vFW ea50da0a-b6bf-nodes.vpgCvfc
ModelUuid:408c931c-3c34-4434-94c3-9cde312972b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5374e66f-65f3-44b2-a48a-276555979fea
ModelInvariantUuid:53c59034-bc41-4576-9cd3-7d150424be5f
ModelName:VfwEa50da0aB6bf.compute.nodes.heat.vpg
ModelUuid:69e0e04a-c844-4baf-a7e0-eec7da0fc053
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-04-23T02:51:43.667Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 49946ba3-57b0-47e7-82be-9332d3079af0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T02:51:43.747Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||vFW ea50da0a-b6bf 0
2022-04-23T02:51:43.753Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49946ba3-57b0-47e7-82be-9332d3079af0
2022-04-23T02:51:43.753Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0a333518-1e96-4563-8095-de5a1bf50c6f from URL: /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json
2022-04-23T02:51:43.753Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:51:43.753Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json
2022-04-23T02:51:43.808Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:51:43.808Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json 0a333518-1e96-4563-8095-de5a1bf50c6f 785
2022-04-23T02:51:43.808Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json ASDC sendASDCNotification
2022-04-23T02:51:43.808Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json
2022-04-23T02:51:43.808Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:51:43.809Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:43.811Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:43.811Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682303808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:51:43.911Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:43.912Z||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-04-23T02:51:43.912Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:43.924Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:43.925Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:44.812Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEa50da0aB6bf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "20775ee6-4986-45c0-be40-7c7417e1960c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28f45c1c-23a4-418c-b0e7-904935796890",
    "vfModuleModelCustomizationUUID": "316fe43b-74f6-44b6-bac4-caea8a7bd12c",
    "isBase": true,
    "artifacts": [
      "c8d7f6df-b6af-4455-94d6-0ac595b492b1",
      "b4b62ed4-7b9b-454c-b659-7999f553fa60"
    ],
    "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-04-23T02:51:44.824Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEa50da0aB6bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28f45c1c-23a4-418c-b0e7-904935796890
VfModuleModelInvariantUUID:20775ee6-4986-45c0-be40-7c7417e1960c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8d7f6df-b6af-4455-94d6-0ac595b492b1
,
b4b62ed4-7b9b-454c-b659-7999f553fa60

}
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-04-23T02:51:44.827Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEa50da0aB6bf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "20775ee6-4986-45c0-be40-7c7417e1960c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28f45c1c-23a4-418c-b0e7-904935796890",
    "vfModuleModelCustomizationUUID": "316fe43b-74f6-44b6-bac4-caea8a7bd12c",
    "isBase": true,
    "artifacts": [
      "c8d7f6df-b6af-4455-94d6-0ac595b492b1",
      "b4b62ed4-7b9b-454c-b659-7999f553fa60"
    ],
    "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-04-23T02:51:44.827Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEa50da0aB6bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28f45c1c-23a4-418c-b0e7-904935796890
VfModuleModelInvariantUUID:20775ee6-4986-45c0-be40-7c7417e1960c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8d7f6df-b6af-4455-94d6-0ac595b492b1
,
b4b62ed4-7b9b-454c-b659-7999f553fa60

}
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-04-23T02:51:44.827Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c8d7f6df-b6af-4455-94d6-0ac595b492b1 from URL: /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml
2022-04-23T02:51:44.827Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:51:44.827Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml
2022-04-23T02:51:44.882Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:51:44.883Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml c8d7f6df-b6af-4455-94d6-0ac595b492b1 20368
2022-04-23T02:51:44.883Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T02:51:44.883Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml
2022-04-23T02:51:44.883Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:51:44.884Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:44.885Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:44.885Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682304883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:51:44.986Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:44.986Z||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-04-23T02:51:44.987Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:45.001Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:45.001Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-23T02:51:45.887Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b4b62ed4-7b9b-454c-b659-7999f553fa60 from URL: /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env
2022-04-23T02:51:45.887Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:51:45.888Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env
2022-04-23T02:51:45.937Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:51:45.937Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env b4b62ed4-7b9b-454c-b659-7999f553fa60 2098
2022-04-23T02:51:45.938Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T02:51:45.938Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env
2022-04-23T02:51:45.938Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:51:45.938Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:45.940Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:45.941Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682305937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:51:46.041Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:46.041Z||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-04-23T02:51:46.042Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:46.054Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:46.055Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:46.941Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 381ec49d-0d87-4883-b61e-e6e23e546e8b
2022-04-23T02:51:46.942Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ea50da0a-b6bf 0 49946ba3-57b0-47e7-82be-9332d3079af0 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-04-23T02:51:46.970Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19e9b5e6, org.onap.sdc.toscaparser.api.parameters.Input@68e69ec7, org.onap.sdc.toscaparser.api.parameters.Input@74180982, org.onap.sdc.toscaparser.api.parameters.Input@7086b19f, org.onap.sdc.toscaparser.api.parameters.Input@24947cec]
2022-04-23T02:51:46.972Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.973Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:46.973Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-23T02:51:46.973Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a22bfd15-8ebc-49cf-9b82-b4093d05d52c
2022-04-23T02:51:46.973Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a22bfd15-8ebc-49cf-9b82-b4093d05d52c matches Tosca VF Customization UUID: a22bfd15-8ebc-49cf-9b82-b4093d05d52c
2022-04-23T02:51:46.974Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a22bfd15-8ebc-49cf-9b82-b4093d05d52c  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-04-23T02:51:46.979Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.979Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:46.980Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a22bfd15-8ebc-49cf-9b82-b4093d05d52c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-23T02:51:46.980Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@629bb281
2022-04-23T02:51:46.980Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.981Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T02:51:46.981Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 316fe43b-74f6-44b6-bac4-caea8a7bd12c
2022-04-23T02:51:46.982Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 316fe43b-74f6-44b6-bac4-caea8a7bd12c
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-04-23T02:51:46.986Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.986Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:46.987Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:46.987Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.988Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:46.988Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:46.988Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.988Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:46.988Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:46.989Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:46.989Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-23T02:51:46.989Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T02:51:46.989Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T02:51:46.989Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:46.989Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:46.990Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T02:51:46.990Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:46.990Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T02:51:46.990Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:46.991Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=451b2ae2-72e6-4753-9546-3357870b1932
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-04-23T02:51:46.997Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.997Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:46.997Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:46.998Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:46.998Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:46.998Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:46.998Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:46.998Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T02:51:46.999Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:46.999Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:46.999Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:46.999Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T02:51:46.999Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-23T02:51:47.000Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-23T02:51:47.000Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:47.000Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-23T02:51:47.000Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:47.000Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65f6f5d1-9284-4b3b-a0d1-33b528a43847
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-04-23T02:51:47.002Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.002Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:47.002Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:47.004Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.004Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is not matching search criteria
2022-04-23T02:51:47.004Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-23T02:51:47.005Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-23T02:51:47.005Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-23T02:51:47.005Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:47.005Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:47.005Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-23T02:51:47.005Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-23T02:51:47.006Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-23T02:51:47.006Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-23T02:51:47.006Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-23T02:51:47.006Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-23T02:51:47.006Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-23T02:51:47.007Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e5ab86a-81eb-4970-8973-2dafbd39fec0
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-04-23T02:51:47.009Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.009Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:47.009Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:51:47.009Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.010Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Node template vFW ea50da0a-b6bf 0 is matching search criteria
2022-04-23T02:51:47.010Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ea50da0a-b6bf 0] matching following query criteria: sdcType=VF, customizationUUID=a22bfd15-8ebc-49cf-9b82-b4093d05d52c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T02:51:47.012Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.012Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:47.012Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 381ec49d-0d87-4883-b61e-e6e23e546e8b: vFW ea50da0a-b6bf
2022-04-23T02:51:47.012Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.012Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:47.012Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.013Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:47.013Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.013Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:47.013Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.014Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:47.014Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:51:47.014Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-23 02-49-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:51:47.014Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-23 02-49-34 
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-04-23T02:51:47.267Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ea50da0a-b6bf 49946ba3-57b0-47e7-82be-9332d3079af0 1 ASDC deployResourceStructure
2022-04-23T02:51:47.267Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json ASDC sendASDCNotification
2022-04-23T02:51:47.268Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json
2022-04-23T02:51:47.268Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:51:47.268Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:47.269Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:47.270Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682307267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T02:51:47.370Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:47.371Z||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-04-23T02:51:47.371Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:47.385Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:47.385Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:48.271Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-23T02:51:48.271Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml
2022-04-23T02:51:48.271Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:51:48.271Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:48.273Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:48.273Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682308271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T02:51:48.373Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:48.374Z||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-04-23T02:51:48.374Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:48.390Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:48.391Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:49.274Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-23T02:51:49.275Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env
2022-04-23T02:51:49.275Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:51:49.275Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:49.277Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:49.277Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682309274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-23T02:51:49.377Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:49.378Z||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-04-23T02:51:49.378Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:49.391Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:49.392Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:51:50.278Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar ASDC sendASDCNotification
2022-04-23T02:51:50.278Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar
2022-04-23T02:51:50.278Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:51:50.279Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:51:50.280Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:51:50.280Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682310278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:51:50.381Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:51:50.381Z||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-04-23T02:51:50.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:51:50.395Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:51:50.395Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-23T02:51:51.282Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:51:51.301Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:51:51.303Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:51:51.303Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T02:51:51.303Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T02:52:21.304Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:52:21.315Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:52:21.316Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:52:21.316Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T02:52:21.317Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T02:52:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:52:31.460Z||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-04-23T02:52:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:52:31.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:52:31.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:52:31.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:52:31.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:52:51.317Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:52:51.326Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:52:51.328Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:52:51.328Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T02:52:51.328Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T02:53:21.328Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:53:21.338Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:53:21.340Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:53:21.340Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T02:53:21.340Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T02:53:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:53:31.460Z||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-04-23T02:53:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:53:31.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:53:31.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:53:31.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:53:31.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:53:51.341Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:53:51.352Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:53:51.355Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:53:51.355Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T02:53:51.355Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T02:54:21.355Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:54:21.364Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:54:21.366Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:54:21.366Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T02:54:21.366Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T02:54:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:54:31.460Z||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-04-23T02:54:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:54:31.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:54:31.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682283211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682285095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682288185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682288856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682296489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682296715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682296889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682297169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "cds",
  "timestamp": 1650682297731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-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-04-23T02:54:31.506Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 551802da-b032-4dfa-9d78-c33d1476260e
2022-04-23T02:54:31.506Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:54:31.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682291366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682291457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682298179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682298397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "policy-id",
  "timestamp": 1650682299185,
  "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-04-23T02:54:31.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 551802da-b032-4dfa-9d78-c33d1476260e
2022-04-23T02:54:31.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:54:31.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682299600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682299624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682300693,
  "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-04-23T02:54:31.535Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 551802da-b032-4dfa-9d78-c33d1476260e
2022-04-23T02:54:31.535Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682294865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682301696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682302699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682303808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682304883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682298252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:54:31.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:54:31.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682305937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682307267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/vfwea50da0ab6bf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682307629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682307939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682308271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682308635,
  "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-04-23T02:54:31.553Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 551802da-b032-4dfa-9d78-c33d1476260e
2022-04-23T02:54:31.553Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:54:31.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682308870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:54:31.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "aai-ml",
  "timestamp": 1650682308944,
  "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-04-23T02:54:31.567Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 551802da-b032-4dfa-9d78-c33d1476260e
2022-04-23T02:54:31.567Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:54:31.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682309274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/resourceInstances/vfwea50da0ab6bf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682310278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682310883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220423024934/1.0/artifacts/service-Vfw20220423024934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:54:31.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:54:31.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:54:31.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "clamp",
  "timestamp": 1650682311887,
  "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-04-23T02:54:31.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 551802da-b032-4dfa-9d78-c33d1476260e
2022-04-23T02:54:31.581Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:54:51.366Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:54:51.375Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:54:51.377Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:54:51.377Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T02:54:51.377Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T02:54:51.377Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:54:51.378Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||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-04-23T02:54:51.382Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T02:55:21.382Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 551802da-b032-4dfa-9d78-c33d1476260e 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-04-23T02:55:21.390Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 551802da-b032-4dfa-9d78-c33d1476260e and serviceModelVersionId: 381ec49d-0d87-4883-b61e-e6e23e546e8b
2022-04-23T02:55:21.391Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb9569dd-0afc-44bb-80df-1b9e8394408d
2022-04-23T02:55:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:55:31.460Z||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-04-23T02:55:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:31.978Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682411366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682414865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682408856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682408185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682423139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:31.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682423136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682423113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682424117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682418211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650682418252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:31.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:31.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:31.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "policy-id",
  "timestamp": 1650682425119,
  "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-04-23T02:55:32.006Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bcd4143-d82c-4c04-88d4-35e97ae75888
2022-04-23T02:55:32.006Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:55:32.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682425437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:32.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682425984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650682426440,
  "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-04-23T02:55:32.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bcd4143-d82c-4c04-88d4-35e97ae75888
2022-04-23T02:55:32.017Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:55:32.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:55:32.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "cds",
  "timestamp": 1650682426988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-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-04-23T02:55:32.026Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bcd4143-d82c-4c04-88d4-35e97ae75888
2022-04-23T02:55:32.026Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:55:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:55:32.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:32.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682429142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682429878,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "aai-ml",
  "timestamp": 1650682430146,
  "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-04-23T02:55:32.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bcd4143-d82c-4c04-88d4-35e97ae75888
2022-04-23T02:55:32.036Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:55:32.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682425095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682431885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682432824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "clamp",
  "timestamp": 1650682432889,
  "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-04-23T02:55:32.047Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bcd4143-d82c-4c04-88d4-35e97ae75888
2022-04-23T02:55:32.047Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:55:32.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682433882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:32.052Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682434931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:32.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682435960,
  "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-04-23T02:55:32.056Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bcd4143-d82c-4c04-88d4-35e97ae75888
2022-04-23T02:55:32.056Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:55:32.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:55:32.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650682436964,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:32.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:55:32.818Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0
2022-04-23T02:55:32.908Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T02:55:33.405Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0|INFO|500||Invoke
2022-04-23T02:55:33.412Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[551802da-b032-4dfa-9d78-c33d1476260e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8d3a5b3-841a-4037-a219-3a740e2ceb0b], X-ECOMP-RequestID=[551802da-b032-4dfa-9d78-c33d1476260e], X-TransactionId=[], X-ONAP-RequestID=[551802da-b032-4dfa-9d78-c33d1476260e], Content-Type=[application/merge-patch+json]}
2022-04-23T02:55:33.617Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T02:55:34.262Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?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/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-02:55:33:626-56346], vertex-id=[360544], Content-Length=[0], Date=[Sat, 23 Apr 2022 02:55:33 GMT], Content-Type=[application/json]}
2022-04-23T02:55:34.264Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T02:55:34.264Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb9569dd-0afc-44bb-80df-1b9e8394408d/model-vers/model-ver/381ec49d-0d87-4883-b61e-e6e23e546e8b?depth=0|INFO|500||InvokeReturn
2022-04-23T02:55:34.267Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T02:55:34.268Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||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-04-23T02:55:34.274Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||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-04-23T02:55:34.280Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 551802da-b032-4dfa-9d78-c33d1476260e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T02:55:34.281Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T02:55:34.281Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:34.283Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:34.283Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682534280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T02:55:34.383Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:34.384Z||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-04-23T02:55:34.384Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:34.398Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:34.398Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T02:55:35.295Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:55:35.295Z|551802da-b032-4dfa-9d78-c33d1476260e|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-04-23T02:55:35.295Z|551802da-b032-4dfa-9d78-c33d1476260e|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:40.443Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:40.444Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T02:55:40.444Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bcd4143-d82c-4c04-88d4-35e97ae75888","serviceName":"basic_onboard_tBsygZ","serviceVersion":"1.0","serviceUUID":"beeebfba-25c9-4a2b-8c8b-913176bbf4fd","serviceDescription":"service","serviceInvariantUUID":"d590b771-5d15-4a73-8f05-d3d986f8c2d2","resources":[{"resourceInstanceName":"basic_onboard_tBsygZ 0","resourceName":"basic_onboard_tBsygZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"330a58f6-b517-4bc9-bd5b-9b0eee963d23","resourceInvariantUUID":"9105b303-c2c9-4b6c-a500-0e5c9d6b5025","resourceCustomizationUUID":"20a85d1e-87aa-467c-93a0-da20c9bc9350","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml","artifactChecksum":"Njc1NTI4OTk1ZmExODgzMWIyNTllOTEyYTM3MjY2ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bae4b119-3964-44ac-8ab3-d779d4917bf3","artifactVersion":"1"},{"artifactName":"basic_onboard_tbsygz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json","artifactChecksum":"YzNjNzBkYmEyNTZkN2JmYmNmZjM3NDJhMWI2NjRiZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d19f451-714e-4b3d-9ae2-e3f32ae94227","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f3caa087-4197-41b7-a85c-03abf68bf9c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"11892692-cb62-4274-b1d7-d96af891c8e0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9dd64c0-0c35-4c74-81b6-2868277993cf","artifactVersion":"2","generatedFromUUID":"f3caa087-4197-41b7-a85c-03abf68bf9c5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTbsygz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml","artifactChecksum":"YzBkYTc0OGNmYjQyMjQ5YjQ0YTM1MTVjY2Y3OGFjY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d66fee7-1aee-4e7b-9948-71e0c7f2c4bb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTbsygz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar","artifactChecksum":"MGM5MTJkMjdjN2VhYTYyYTA1OTA5ZjMwYzNkNWQyZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92312859-c608-45f1-8e59-d90358082f98","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T02:55:40.446Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:40.446Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:40.448Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:40.448Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:40.548Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:40.549Z||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-04-23T02:55:40.549Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:40.565Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:40.565Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:41.448Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:41.449Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:41.451Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:41.451Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:55:41.551Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:41.552Z||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-04-23T02:55:41.552Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:41.563Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:41.564Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:42.451Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:42.452Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:42.454Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:42.454Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:55:42.554Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:42.555Z||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-04-23T02:55:42.556Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:42.569Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:42.569Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:43.455Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:43.456Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:43.457Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:43.457Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:43.558Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T02:55:43.559Z||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-04-23T02:55:43.559Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:43.569Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:43.570Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:44.458Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:44.458Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:44.460Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:44.460Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T02:55:44.560Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:44.561Z||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-04-23T02:55:44.561Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:44.573Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:44.574Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:45.461Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:45.461Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:45.463Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:45.463Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:55:45.563Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:45.564Z||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-04-23T02:55:45.564Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:45.578Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:45.578Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-23T02:55:46.464Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T02:55:46.465Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:46.467Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:46.467Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:55:46.567Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:46.568Z||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-04-23T02:55:46.568Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:46.581Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:46.582Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:47.469Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "serviceName": "basic_onboard_tBsygZ",
  "serviceVersion": "1.0",
  "serviceUUID": "beeebfba-25c9-4a2b-8c8b-913176bbf4fd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d590b771-5d15-4a73-8f05-d3d986f8c2d2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tBsygZ 0",
      "resourceCustomizationUUID": "20a85d1e-87aa-467c-93a0-da20c9bc9350",
      "resourceName": "basic_onboard_tBsygZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "330a58f6-b517-4bc9-bd5b-9b0eee963d23",
      "resourceInvariantUUID": "9105b303-c2c9-4b6c-a500-0e5c9d6b5025",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tbsygz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
          "artifactChecksum": "YzNjNzBkYmEyNTZkN2JmYmNmZjM3NDJhMWI2NjRiZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d19f451-714e-4b3d-9ae2-e3f32ae94227",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f3caa087-4197-41b7-a85c-03abf68bf9c5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d9dd64c0-0c35-4c74-81b6-2868277993cf",
            "generatedFromUUID": "f3caa087-4197-41b7-a85c-03abf68bf9c5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d9dd64c0-0c35-4c74-81b6-2868277993cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTbsygz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
      "artifactChecksum": "MGM5MTJkMjdjN2VhYTYyYTA1OTA5ZjMwYzNkNWQyZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92312859-c608-45f1-8e59-d90358082f98"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T02:55:47.469Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T02:55:47.469Z|551802da-b032-4dfa-9d78-c33d1476260e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 beeebfba-25c9-4a2b-8c8b-913176bbf4fd ASDC
2022-04-23T02:55:47.470Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5bcd4143-d82c-4c04-88d4-35e97ae75888
ServiceName:basic_onboard_tBsygZ
ServiceVersion:1.0
ServiceUUID:beeebfba-25c9-4a2b-8c8b-913176bbf4fd
ServiceInvariantUUID:d590b771-5d15-4a73-8f05-d3d986f8c2d2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTbsygz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar
ArtifactUUID:92312859-c608-45f1-8e59-d90358082f98
ArtifactChecksum:MGM5MTJkMjdjN2VhYTYyYTA1OTA5ZjMwYzNkNWQyZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tBsygZ 0
ResourceCustomizationUUID:20a85d1e-87aa-467c-93a0-da20c9bc9350
ResourceInvariantUUID:9105b303-c2c9-4b6c-a500-0e5c9d6b5025
ResourceName:basic_onboard_tBsygZ
ResourceType:VF
ResourceUUID:330a58f6-b517-4bc9-bd5b-9b0eee963d23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tbsygz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json
ArtifactUUID:1d19f451-714e-4b3d-9ae2-e3f32ae94227
ArtifactChecksum:YzNjNzBkYmEyNTZkN2JmYmNmZjM3NDJhMWI2NjRiZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f3caa087-4197-41b7-a85c-03abf68bf9c5
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env
ArtifactUUID:d9dd64c0-0c35-4c74-81b6-2868277993cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env
ArtifactUUID:d9dd64c0-0c35-4c74-81b6-2868277993cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T02:55:47.470Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF beeebfba-25c9-4a2b-8c8b-913176bbf4fd 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-04-23T02:55:47.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T02:55:47.503Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T02:55:47.503Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T02:55:47.503Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92312859-c608-45f1-8e59-d90358082f98 from URL: /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:47.504Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:55:47.504Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:47.579Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:55:47.582Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar 92312859-c608-45f1-8e59-d90358082f98 71576
2022-04-23T02:55:47.582Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar ASDC sendASDCNotification
2022-04-23T02:55:47.582Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:47.582Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:55:47.583Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:47.584Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:47.584Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682547582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:47.684Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T02:55:47.685Z||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-04-23T02:55:47.685Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:47.699Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:47.700Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:48.585Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T02:55:48.586Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T02:55:48.586Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92312859-c608-45f1-8e59-d90358082f98, URL: /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar to file: /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:48.587Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:48.587Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:48.588Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:48.955Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15279590898968475751/Definitions/service-BasicOnboardTbsygz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-23T02:55:50.223Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T02:55:50.224Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T02:55:50.224Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.224Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T02:55:50.224Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tBsygZ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.224Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||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-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.225Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.226Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:50.226Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T02:55:50.226Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T02:55:50.226Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.226Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.227Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:50.227Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T02:55:50.227Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T02:55:50.227Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.227Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.227Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is not matching search criteria
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.228Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:50.229Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is not matching search criteria
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f9ac37b-60c7-4ee5-a7a9-a308749786b6
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.230Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.231Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.231Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:50.231Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:50.231Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tBsygZ
Description:service
Model UUID:beeebfba-25c9-4a2b-8c8b-913176bbf4fd
Model Version:NULL
Model InvariantUuid:d590b771-5d15-4a73-8f05-d3d986f8c2d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tBsygZ
Model UUID:77064ccc-8db6-4368-88d6-a1e1e9a36a4d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9105b303-c2c9-4b6c-a500-0e5c9d6b5025
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:20a85d1e-87aa-467c-93a0-da20c9bc9350
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:98e9cea0-b501-49ea-a26f-42acc99ec4ce
ModelName:BasicOnboardTbsygz..base_ubuntu18..module-0
ModelUuid:02ce29b2-6b7c-4e32-a64c-cec96e96f783
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9f9ac37b-60c7-4ee5-a7a9-a308749786b6
ModelInvariantUuid:690d2bec-90c8-4ae5-ba5a-2df3fd920b95
ModelName:basic_onboard_tBsygZ-nodes.ubuntu18Cvfc
ModelUuid:a9510a41-385c-43c3-bf6b-cbc2db7e6fbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:86acc2c6-77f0-4c8b-a8d5-5c7fcda9ade2
ModelInvariantUuid:18b8253f-028c-4985-9dc6-1d2e11973afb
ModelName:BasicOnboardTbsygz.compute.nodes.heat.ubuntu18
ModelUuid:b00d68d4-dc49-4770-8b7a-20301afdfe80
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-04-23T02:55:50.237Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 330a58f6-b517-4bc9-bd5b-9b0eee963d23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T02:55:50.241Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||basic_onboard_tBsygZ 0
2022-04-23T02:55:50.241Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 330a58f6-b517-4bc9-bd5b-9b0eee963d23
2022-04-23T02:55:50.241Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d19f451-714e-4b3d-9ae2-e3f32ae94227 from URL: /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json
2022-04-23T02:55:50.241Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:55:50.241Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json
2022-04-23T02:55:50.284Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:55:50.284Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json 1d19f451-714e-4b3d-9ae2-e3f32ae94227 798
2022-04-23T02:55:50.284Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json ASDC sendASDCNotification
2022-04-23T02:55:50.284Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json
2022-04-23T02:55:50.284Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:55:50.284Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:50.286Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:50.286Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682550284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:50.386Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:50.387Z||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-04-23T02:55:50.387Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:50.401Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:50.401Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:51.287Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTbsygz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "98e9cea0-b501-49ea-a26f-42acc99ec4ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02ce29b2-6b7c-4e32-a64c-cec96e96f783",
    "vfModuleModelCustomizationUUID": "1bdd1b57-d6ae-4c20-a772-9a38457fd5dc",
    "isBase": true,
    "artifacts": [
      "f3caa087-4197-41b7-a85c-03abf68bf9c5",
      "d9dd64c0-0c35-4c74-81b6-2868277993cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-23T02:55:51.291Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTbsygz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02ce29b2-6b7c-4e32-a64c-cec96e96f783
VfModuleModelInvariantUUID:98e9cea0-b501-49ea-a26f-42acc99ec4ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3caa087-4197-41b7-a85c-03abf68bf9c5
,
d9dd64c0-0c35-4c74-81b6-2868277993cf

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

isBase:true


}

2022-04-23T02:55:51.292Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTbsygz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "98e9cea0-b501-49ea-a26f-42acc99ec4ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02ce29b2-6b7c-4e32-a64c-cec96e96f783",
    "vfModuleModelCustomizationUUID": "1bdd1b57-d6ae-4c20-a772-9a38457fd5dc",
    "isBase": true,
    "artifacts": [
      "f3caa087-4197-41b7-a85c-03abf68bf9c5",
      "d9dd64c0-0c35-4c74-81b6-2868277993cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-23T02:55:51.292Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTbsygz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02ce29b2-6b7c-4e32-a64c-cec96e96f783
VfModuleModelInvariantUUID:98e9cea0-b501-49ea-a26f-42acc99ec4ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3caa087-4197-41b7-a85c-03abf68bf9c5
,
d9dd64c0-0c35-4c74-81b6-2868277993cf

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

isBase:true


}

2022-04-23T02:55:51.292Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3caa087-4197-41b7-a85c-03abf68bf9c5 from URL: /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml
2022-04-23T02:55:51.292Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:55:51.293Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml
2022-04-23T02:55:51.332Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:55:51.333Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml f3caa087-4197-41b7-a85c-03abf68bf9c5 5033
2022-04-23T02:55:51.333Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T02:55:51.333Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml
2022-04-23T02:55:51.333Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:55:51.333Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:51.335Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:51.335Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682551333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:51.435Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:51.436Z||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-04-23T02:55:51.436Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:51.450Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:51.450Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:52.336Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9dd64c0-0c35-4c74-81b6-2868277993cf from URL: /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env
2022-04-23T02:55:52.336Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T02:55:52.336Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env
2022-04-23T02:55:52.374Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T02:55:52.374Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env d9dd64c0-0c35-4c74-81b6-2868277993cf 909
2022-04-23T02:55:52.374Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T02:55:52.374Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env
2022-04-23T02:55:52.374Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T02:55:52.374Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:52.376Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:52.376Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682552374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:55:52.476Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:52.476Z||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-04-23T02:55:52.477Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:52.490Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:52.490Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:53.376Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: beeebfba-25c9-4a2b-8c8b-913176bbf4fd
2022-04-23T02:55:53.377Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tBsygZ 0 330a58f6-b517-4bc9-bd5b-9b0eee963d23 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-04-23T02:55:53.390Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c2a6fa0, org.onap.sdc.toscaparser.api.parameters.Input@5308eb22, org.onap.sdc.toscaparser.api.parameters.Input@3bec7b88, org.onap.sdc.toscaparser.api.parameters.Input@2d6ff0e4, org.onap.sdc.toscaparser.api.parameters.Input@2237dd86]
2022-04-23T02:55:53.391Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.391Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.391Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-23T02:55:53.391Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 20a85d1e-87aa-467c-93a0-da20c9bc9350
2022-04-23T02:55:53.391Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20a85d1e-87aa-467c-93a0-da20c9bc9350 matches Tosca VF Customization UUID: 20a85d1e-87aa-467c-93a0-da20c9bc9350
2022-04-23T02:55:53.391Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 20a85d1e-87aa-467c-93a0-da20c9bc9350  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-04-23T02:55:53.393Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.393Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.393Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 20a85d1e-87aa-467c-93a0-da20c9bc9350: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-23T02:55:53.393Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6be3092
2022-04-23T02:55:53.394Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.394Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T02:55:53.394Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bdd1b57-d6ae-4c20-a772-9a38457fd5dc
2022-04-23T02:55:53.394Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bdd1b57-d6ae-4c20-a772-9a38457fd5dc
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-04-23T02:55:53.396Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.396Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:53.396Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:55:53.396Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.396Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:53.396Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:55:53.397Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.397Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is not matching search criteria
2022-04-23T02:55:53.397Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T02:55:53.397Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T02:55:53.397Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f9ac37b-60c7-4ee5-a7a9-a308749786b6
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-04-23T02:55:53.399Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.399Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:53.399Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T02:55:53.399Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.399Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tBsygZ 0 is matching search criteria
2022-04-23T02:55:53.399Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tBsygZ 0] matching following query criteria: sdcType=VF, customizationUUID=20a85d1e-87aa-467c-93a0-da20c9bc9350
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T02:55:53.401Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.401Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.401Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid beeebfba-25c9-4a2b-8c8b-913176bbf4fd: basic_onboard_tBsygZ
2022-04-23T02:55:53.401Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.401Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.401Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tBsygZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T02:55:53.402Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_tBsygZ 
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-04-23T02:55:53.476Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tBsygZ 330a58f6-b517-4bc9-bd5b-9b0eee963d23 1 ASDC deployResourceStructure
2022-04-23T02:55:53.476Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json ASDC sendASDCNotification
2022-04-23T02:55:53.476Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json
2022-04-23T02:55:53.476Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:55:53.476Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:53.478Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:53.478Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682553476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:53.578Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:53.579Z||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-04-23T02:55:53.579Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:53.593Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:53.594Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-23T02:55:54.478Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T02:55:54.479Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml
2022-04-23T02:55:54.479Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:55:54.479Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:54.481Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:54.481Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682554478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:54.581Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:54.582Z||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-04-23T02:55:54.582Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:54.594Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:54.595Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:55.482Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T02:55:55.482Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env
2022-04-23T02:55:55.483Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:55:55.483Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:55.484Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:55.485Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682555482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:55.585Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:55.585Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T02:55:55.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:55.599Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:55.600Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:56.485Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar ASDC sendASDCNotification
2022-04-23T02:55:56.486Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar
2022-04-23T02:55:56.486Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T02:55:56.486Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:55:56.488Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:55:56.488Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682556485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:55:56.588Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:55:56.589Z||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-04-23T02:55:56.589Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:55:56.602Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:55:56.603Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T02:55:57.489Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bcd4143-d82c-4c04-88d4-35e97ae75888
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:55:57.498Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bcd4143-d82c-4c04-88d4-35e97ae75888
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T02:55:57.501Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T02:55:57.501Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T02:55:57.501Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T02:55:57.501Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T02:55:57.501Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:55:57.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:55:57.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:55:57.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:55:57.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:55:57.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T02:55:57.502Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||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-04-23T02:55:57.506Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T02:56:27.506Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bcd4143-d82c-4c04-88d4-35e97ae75888 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-04-23T02:56:27.510Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bcd4143-d82c-4c04-88d4-35e97ae75888 and serviceModelVersionId: beeebfba-25c9-4a2b-8c8b-913176bbf4fd
2022-04-23T02:56:27.511Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d590b771-5d15-4a73-8f05-d3d986f8c2d2
2022-04-23T02:56:27.512Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d590b771-5d15-4a73-8f05-d3d986f8c2d2/model-vers/model-ver/beeebfba-25c9-4a2b-8c8b-913176bbf4fd?depth=0
2022-04-23T02:56:27.516Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T02:56:27.552Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d590b771-5d15-4a73-8f05-d3d986f8c2d2/model-vers/model-ver/beeebfba-25c9-4a2b-8c8b-913176bbf4fd?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-04-23T02:56:27.553Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d590b771-5d15-4a73-8f05-d3d986f8c2d2/model-vers/model-ver/beeebfba-25c9-4a2b-8c8b-913176bbf4fd?depth=0|INFO|500||Invoke
2022-04-23T02:56:27.582Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d590b771-5d15-4a73-8f05-d3d986f8c2d2/model-vers/model-ver/beeebfba-25c9-4a2b-8c8b-913176bbf4fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T02:56:28.054Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d590b771-5d15-4a73-8f05-d3d986f8c2d2/model-vers/model-ver/beeebfba-25c9-4a2b-8c8b-913176bbf4fd?depth=0|INFO|500||InvokeReturn
2022-04-23T02:56:28.055Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d590b771-5d15-4a73-8f05-d3d986f8c2d2/model-vers/model-ver/beeebfba-25c9-4a2b-8c8b-913176bbf4fd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-02:56:27:590-32185], vertex-id=[385120], Content-Length=[0], Date=[Sat, 23 Apr 2022 02:56:27 GMT], Content-Type=[application/json]}
2022-04-23T02:56:28.055Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T02:56:28.055Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T02:56:28.055Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||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-04-23T02:56:28.061Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||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-04-23T02:56:28.061Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bcd4143-d82c-4c04-88d4-35e97ae75888 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T02:56:28.061Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T02:56:28.061Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T02:56:28.063Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T02:56:28.063Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682588061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T02:56:28.163Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T02:56:28.164Z||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-04-23T02:56:28.164Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T02:56:28.180Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:56:28.180Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-04-23T02:56:29.075Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:56:29.076Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:56:29.076Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:56:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:56:31.460Z||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-04-23T02:56:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:56:32.080Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:56:32.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "551802da-b032-4dfa-9d78-c33d1476260e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682534280,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682535295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-23T02:56:32.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682547582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682550284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682551333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682552374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682553476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/basic_onboard_tbsygz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682554478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682555482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/resourceInstances/basic_onboard_tbsygz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682556485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTbsygz/1.0/artifacts/service-BasicOnboardTbsygz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bcd4143-d82c-4c04-88d4-35e97ae75888",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650682588061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T02:56:32.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T02:56:38.620Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:56:38.620Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:56:38.621Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:56:38.621Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:56:48.162Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:56:48.162Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:56:48.163Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:56:48.163Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:56:57.698Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:56:57.699Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:56:57.699Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:56:57.699Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:57:07.231Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:57:31.457Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:57:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:57:31.459Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:57:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:57:31.459Z||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-04-23T02:57:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:57:40.996Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:57:40.997Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:58:31.457Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:58:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:58:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:58:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:58:31.459Z||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-04-23T02:58:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:58:40.998Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:58:41.000Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:59:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:59:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T02:59:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:59:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T02:59:31.460Z||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-04-23T02:59:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T02:59:40.998Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T02:59:41.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:00:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:00:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T03:00:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:00:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:00:31.459Z||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-04-23T03:00:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:00:41.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:00:41.002Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:01:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:01:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T03:01:31.459Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:01:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:01:31.460Z||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-04-23T03:01:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:01:41.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:01:41.001Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:02:31.457Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:02:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T03:02:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:02:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:02:31.460Z||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-04-23T03:02:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:02:40.997Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:02:41.000Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:03:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:03:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T03:03:31.459Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:03:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:03:31.460Z||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-04-23T03:03:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:03:41.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:03:41.004Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:04:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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-04-23T03:04:31.458Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:04:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:04:31.459Z||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-04-23T03:04:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:04:32.081Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:32.082Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T03:04:32.082Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"90c330d9-3374-48c1-bb0e-7b05510e3c04","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3","serviceDescription":"service","serviceInvariantUUID":"a83889f3-0e84-4bb6-8670-f9e1ad3b1848","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"58a7b352-f116-4595-add0-4f61d33cddd2","resourceInvariantUUID":"daf96424-7da6-4c2e-bcf4-448a55e17dfd","resourceCustomizationUUID":"15cb9da1-38aa-4b29-8d55-183d0be09b7d","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":"NGM0Y2IwZWFmYWE4N2FhMzJkNzIxNGMyMDM1ZmNlZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7be6ac38-bd0a-4919-b22c-442efb786347","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWNiNDdkNzc2N2EyZmYyNjNhNWVkZDJlOWM1OGU3MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a43921f5-1b1f-49b0-a2d9-4590493335bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:04:32.084Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:04:32.084Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:04:32.086Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:04:32.086Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683071458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:04:32.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:04:32.186Z||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-04-23T03:04:32.187Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:04:32.199Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:32.199Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:04:32.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:32.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:04:32.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683065095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:04:32.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:04:33.086Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:04:33.087Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:04:33.088Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:04:33.088Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683071458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:04:33.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:04:33.189Z||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-04-23T03:04:33.189Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:04:33.202Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:33.203Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:04:34.089Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a83889f3-0e84-4bb6-8670-f9e1ad3b1848",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "15cb9da1-38aa-4b29-8d55-183d0be09b7d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "58a7b352-f116-4595-add0-4f61d33cddd2",
      "resourceInvariantUUID": "daf96424-7da6-4c2e-bcf4-448a55e17dfd",
      "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": "ZWNiNDdkNzc2N2EyZmYyNjNhNWVkZDJlOWM1OGU3MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a43921f5-1b1f-49b0-a2d9-4590493335bf"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:04:34.090Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:04:34.090Z|5bcd4143-d82c-4c04-88d4-35e97ae75888|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3 ASDC
2022-04-23T03:04:34.090Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:90c330d9-3374-48c1-bb0e-7b05510e3c04
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3
ServiceInvariantUUID:a83889f3-0e84-4bb6-8670-f9e1ad3b1848
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:a43921f5-1b1f-49b0-a2d9-4590493335bf
ArtifactChecksum:ZWNiNDdkNzc2N2EyZmYyNjNhNWVkZDJlOWM1OGU3MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:15cb9da1-38aa-4b29-8d55-183d0be09b7d
ResourceInvariantUUID:daf96424-7da6-4c2e-bcf4-448a55e17dfd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:58a7b352-f116-4595-add0-4f61d33cddd2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-23T03:04:34.090Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3 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-04-23T03:04:34.115Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:04:34.115Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:04:34.115Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:04:34.115Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a43921f5-1b1f-49b0-a2d9-4590493335bf from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T03:04:34.116Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T03:04:34.116Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T03:04:35.088Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T03:04:35.090Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a43921f5-1b1f-49b0-a2d9-4590493335bf 52506
2022-04-23T03:04:35.091Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-23T03:04:35.091Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T03:04:35.091Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:04:35.091Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:04:35.092Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:04:35.092Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683075090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:04:35.193Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:04:35.193Z||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-04-23T03:04:35.193Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:04:35.205Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:35.206Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:04:36.093Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:04:36.094Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:04:36.094Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a43921f5-1b1f-49b0-a2d9-4590493335bf, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T03:04:36.094Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-23T03:04:36.094Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T03:04:36.095Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T03:04:36.171Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8026392423361916573/Definitions/service-BasicNetwork-template.yml
2022-04-23T03:04:36.485Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:04:36.486Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T03:04:36.486Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T03:04:36.486Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-23T03:04:36.486Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.486Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.486Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.487Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.488Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-23T03:04:36.488Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T03:04:36.488Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:04:36.488Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.488Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.489Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-23T03:04:36.489Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T03:04:36.489Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:04:36.489Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.489Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.489Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.490Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.490Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.490Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.490Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.490Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.491Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.491Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.491Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3
Model Version:NULL
Model InvariantUuid:a83889f3-0e84-4bb6-8670-f9e1ad3b1848
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:daf96424-7da6-4c2e-bcf4-448a55e17dfd
Model UUID:ab1809ff-3ec2-4c7d-a11c-f00acd098722
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:15cb9da1-38aa-4b29-8d55-183d0be09b7d
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-04-23T03:04:36.499Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 58a7b352-f116-4595-add0-4f61d33cddd2
2022-04-23T03:04:36.499Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||No resources found for Service: cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:04:36.503Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||
2022-04-23T03:04:36.503Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-23T03:04:36.504Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||No resources found for Service: cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3
2022-04-23T03:04:36.504Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3
2022-04-23T03:04:36.504Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-23T03:04:36.504Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.509Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28b3f5c2, org.onap.sdc.toscaparser.api.parameters.Input@61d3dc90, org.onap.sdc.toscaparser.api.parameters.Input@3b1bf602, org.onap.sdc.toscaparser.api.parameters.Input@122909b5, org.onap.sdc.toscaparser.api.parameters.Input@2583f3d7]
2022-04-23T03:04:36.510Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.510Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.510Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.510Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.511Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3: Generic NeutronNet
2022-04-23T03:04:36.511Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.511Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.511Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.511Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.539Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.539Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.539Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.539Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.540Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:04:36.540Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:04:36.540Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:04:36.590Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-23T03:04:36.590Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-23T03:04:36.590Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-23T03:04:36.590Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:04:36.590Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:04:36.592Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:04:36.592Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683076590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:04:36.692Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:04:36.692Z||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-04-23T03:04:36.692Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:04:36.705Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:04:36.705Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:04:37.593Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:04:37.604Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:04:37.606Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:04:37.606Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:04:37.606Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:05:07.606Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:05:07.618Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:05:07.620Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:05:07.620Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:05:07.620Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:05:31.460Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:05:31.461Z||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-04-23T03:05:31.462Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:05:31.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:05:31.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:05:31.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "cds",
  "timestamp": 1650683063210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:05:31.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:05:37.620Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:05:37.630Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:05:37.634Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:05:37.634Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:05:37.634Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:06:07.636Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:06:07.646Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:06:07.648Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:06:07.648Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:06:07.648Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:06:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:06:31.460Z||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-04-23T03:06:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:06:31.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:06:31.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:06:31.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "clamp",
  "timestamp": 1650683071366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:06:31.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "aai-ml",
  "timestamp": 1650683068185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "policy-id",
  "timestamp": 1650683068856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:06:31.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683071458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:06:31.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:06:37.648Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:06:37.657Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:06:37.659Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:06:37.659Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:06:37.659Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:07:07.659Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:07:07.670Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:07:07.671Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:07:07.671Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:07:07.671Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:07:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:07:31.460Z||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-04-23T03:07:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:07:31.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:07:31.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "aai-ml",
  "timestamp": 1650683068185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "cds",
  "timestamp": 1650683063210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683065095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "clamp",
  "timestamp": 1650683071366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "policy-id",
  "timestamp": 1650683068856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683071458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "cds",
  "timestamp": 1650683074858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "aai-ml",
  "timestamp": 1650683074862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "policy-id",
  "timestamp": 1650683074966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683075090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683074866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "cds",
  "timestamp": 1650683075863,
  "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=?
2022-04-23T03:07:31.495Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90c330d9-3374-48c1-bb0e-7b05510e3c04
2022-04-23T03:07:31.495Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c330d9-3374-48c1-bb0e-7b05510e3c04 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-04-23T03:07:31.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "policy-id",
  "timestamp": 1650683075969,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683074866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683076590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "policy-id",
  "timestamp": 1650683076971,
  "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-04-23T03:07:31.510Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90c330d9-3374-48c1-bb0e-7b05510e3c04
2022-04-23T03:07:31.511Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c330d9-3374-48c1-bb0e-7b05510e3c04 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-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683077770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683078252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "aai-ml",
  "timestamp": 1650683079155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683079236,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683078252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "aai-ml",
  "timestamp": 1650683080158,
  "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-04-23T03:07:31.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90c330d9-3374-48c1-bb0e-7b05510e3c04
2022-04-23T03:07:31.524Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c330d9-3374-48c1-bb0e-7b05510e3c04 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-04-23T03:07:31.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683080239,
  "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-04-23T03:07:31.537Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90c330d9-3374-48c1-bb0e-7b05510e3c04
2022-04-23T03:07:31.537Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c330d9-3374-48c1-bb0e-7b05510e3c04 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-04-23T03:07:31.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "clamp",
  "timestamp": 1650683081953,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "clamp",
  "timestamp": 1650683083959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "clamp",
  "timestamp": 1650683084963,
  "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-04-23T03:07:31.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90c330d9-3374-48c1-bb0e-7b05510e3c04
2022-04-23T03:07:31.550Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c330d9-3374-48c1-bb0e-7b05510e3c04 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-04-23T03:07:31.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683108211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683101366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683104865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683105095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683108856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683118215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683118224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683118210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "cds",
  "timestamp": 1650683119220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-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-04-23T03:07:31.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
2022-04-23T03:07:31.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:07:31.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683119214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683119993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "policy-id",
  "timestamp": 1650683120217,
  "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-04-23T03:07:31.590Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
2022-04-23T03:07:31.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:07:31.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683120996,
  "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-04-23T03:07:31.602Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
2022-04-23T03:07:31.602Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:07:31.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683118252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683127085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683128272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683129276,
  "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-04-23T03:07:31.617Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
2022-04-23T03:07:31.617Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:07:31.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683129958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:07:31.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:07:37.672Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:07:37.681Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:07:37.683Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:07:37.683Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:07:37.684Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:07:37.689Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:08:07.689Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04 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-04-23T03:08:07.693Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90c330d9-3374-48c1-bb0e-7b05510e3c04 and serviceModelVersionId: cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3
2022-04-23T03:08:07.693Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a83889f3-0e84-4bb6-8670-f9e1ad3b1848
2022-04-23T03:08:07.694Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a83889f3-0e84-4bb6-8670-f9e1ad3b1848/model-vers/model-ver/cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3?depth=0
2022-04-23T03:08:07.698Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:08:07.730Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a83889f3-0e84-4bb6-8670-f9e1ad3b1848/model-vers/model-ver/cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3?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-04-23T03:08:07.731Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a83889f3-0e84-4bb6-8670-f9e1ad3b1848/model-vers/model-ver/cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3?depth=0|INFO|500||Invoke
2022-04-23T03:08:07.748Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a83889f3-0e84-4bb6-8670-f9e1ad3b1848/model-vers/model-ver/cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T03:08:08.254Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a83889f3-0e84-4bb6-8670-f9e1ad3b1848/model-vers/model-ver/cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3?depth=0|INFO|500||InvokeReturn
2022-04-23T03:08:08.254Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a83889f3-0e84-4bb6-8670-f9e1ad3b1848/model-vers/model-ver/cbf08e6c-cc28-4c13-a82a-8a1dc5f6d1c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-03:08:07:755-10504], vertex-id=[381160], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:08:07 GMT], Content-Type=[application/json]}
2022-04-23T03:08:08.254Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:08:08.254Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:08:08.254Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:08:08.259Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||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-04-23T03:08:08.259Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90c330d9-3374-48c1-bb0e-7b05510e3c04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T03:08:08.259Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:08:08.260Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:08.262Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:08.262Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683288259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:08:08.362Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:08.363Z||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-04-23T03:08:08.363Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:08.377Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:08.377Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T03:08:09.275Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:08:09.275Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|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-04-23T03:08:09.276Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:14.705Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:14.706Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T03:08:14.706Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2619a9aa-5fc2-4fcb-a2cd-fc59d3409667","serviceName":"Demo_pNF_Wo6MblLDvK8TC3aROPHQ","serviceVersion":"1.0","serviceUUID":"9f53f882-d089-425e-8d46-8c23685ea79a","serviceDescription":"catalog service description","serviceInvariantUUID":"49be70f9-3f77-4c9d-9ff8-b46bfd502b2a","resources":[{"resourceInstanceName":"pNF 347844eb-1b97 0","resourceName":"pNF 347844eb-1b97","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b81bf114-751f-4b5f-a838-f2e69746ab20","resourceInvariantUUID":"b5309336-84ae-4f11-91e8-596830c3de08","resourceCustomizationUUID":"a30f2359-270b-42aa-8a53-6b7905e9f4d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml","artifactChecksum":"OTM2ZDRlN2UxZjhkZThhZTU1MGJlZTJhMTM5NzExZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d0c48a7-fca7-471d-be57-4175ab98382b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar","artifactChecksum":"NDFkYWUzY2I4MDQxMTc2YzZkNzZmOGVhY2VmN2RlOWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5b9c2cb-4973-46e5-b00d-3d91405f219c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a870d94-0a84-4591-bd66-fd4b0c3154d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml","artifactChecksum":"YTkyNjI5Zjk4YzMyNDI1OWIzNTMyNWU1ZDFhOTFhMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e96b4aec-b251-4a09-8508-1d0dae0a557a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05d0f2b9-5069-47bb-ad00-fbce36fa613a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b07a812-d2eb-4982-b234-62c049eb040b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWo6mblldvk8tc3arophq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml","artifactChecksum":"MGM2ODQ1Y2I2MTcxMDNkMjhmMTBhMDczYTU2MmRmMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2253066e-5815-4b6e-9c9b-aedbecf6b911","artifactVersion":"1"},{"artifactName":"service-DemoPnfWo6mblldvk8tc3arophq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar","artifactChecksum":"YTMwMTZkZTNjNWE0ZTEzZDJhZTdhOWVhOTE1ZWI1MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04e4d247-0301-49c2-acf2-624f84058404","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:08:14.708Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:14.708Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:14.710Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:14.710Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:14.810Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:14.811Z||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-04-23T03:08:14.811Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:14.824Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:14.824Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:15.710Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:15.711Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:15.712Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:15.712Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:15.812Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:15.813Z||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-04-23T03:08:15.813Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:15.823Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:15.823Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:16.712Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:16.713Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:16.715Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:16.715Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:16.815Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:16.815Z||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-04-23T03:08:16.815Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:16.827Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:16.827Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:17.715Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:17.716Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:17.717Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:17.717Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:17.817Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:08:17.818Z||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-04-23T03:08:17.818Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:17.833Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:17.834Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:18.718Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:18.719Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:18.720Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:18.720Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:18.820Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:18.821Z||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-04-23T03:08:18.821Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:18.834Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:18.834Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:19.721Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:19.721Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:19.723Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:19.723Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:19.823Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:19.824Z||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-04-23T03:08:19.824Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:19.837Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:19.837Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:20.723Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:20.724Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:20.726Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:20.726Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:20.826Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:20.826Z||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-04-23T03:08:20.827Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:20.839Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:20.839Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:21.726Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:08:21.727Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:21.729Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:21.729Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:08:21.829Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:08:21.830Z||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-04-23T03:08:21.830Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:21.843Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:21.843Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:08:22.730Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "serviceName": "Demo_pNF_Wo6MblLDvK8TC3aROPHQ",
  "serviceVersion": "1.0",
  "serviceUUID": "9f53f882-d089-425e-8d46-8c23685ea79a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "49be70f9-3f77-4c9d-9ff8-b46bfd502b2a",
  "resources": [
    {
      "resourceInstanceName": "pNF 347844eb-1b97 0",
      "resourceCustomizationUUID": "a30f2359-270b-42aa-8a53-6b7905e9f4d7",
      "resourceName": "pNF 347844eb-1b97",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b81bf114-751f-4b5f-a838-f2e69746ab20",
      "resourceInvariantUUID": "b5309336-84ae-4f11-91e8-596830c3de08",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
      "artifactChecksum": "YTMwMTZkZTNjNWE0ZTEzZDJhZTdhOWVhOTE1ZWI1MmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04e4d247-0301-49c2-acf2-624f84058404"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:08:22.731Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:08:22.731Z|90c330d9-3374-48c1-bb0e-7b05510e3c04|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f53f882-d089-425e-8d46-8c23685ea79a ASDC
2022-04-23T03:08:22.731Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
ServiceName:Demo_pNF_Wo6MblLDvK8TC3aROPHQ
ServiceVersion:1.0
ServiceUUID:9f53f882-d089-425e-8d46-8c23685ea79a
ServiceInvariantUUID:49be70f9-3f77-4c9d-9ff8-b46bfd502b2a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
ArtifactUUID:04e4d247-0301-49c2-acf2-624f84058404
ArtifactChecksum:YTMwMTZkZTNjNWE0ZTEzZDJhZTdhOWVhOTE1ZWI1MmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 347844eb-1b97 0
ResourceCustomizationUUID:a30f2359-270b-42aa-8a53-6b7905e9f4d7
ResourceInvariantUUID:b5309336-84ae-4f11-91e8-596830c3de08
ResourceName:pNF 347844eb-1b97
ResourceType:PNF
ResourceUUID:b81bf114-751f-4b5f-a838-f2e69746ab20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-23T03:08:22.731Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f53f882-d089-425e-8d46-8c23685ea79a 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-04-23T03:08:22.755Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:08:22.755Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:08:22.755Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:08:22.755Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 04e4d247-0301-49c2-acf2-624f84058404 from URL: /sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:22.756Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T03:08:22.756Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:22.878Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T03:08:22.882Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar 04e4d247-0301-49c2-acf2-624f84058404 82652
2022-04-23T03:08:22.882Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar ASDC sendASDCNotification
2022-04-23T03:08:22.882Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:22.882Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:08:22.883Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:22.884Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:22.884Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683302882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:08:22.985Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:22.985Z||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-04-23T03:08:22.985Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:22.998Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:22.998Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:23.885Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:08:23.886Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:08:23.886Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 04e4d247-0301-49c2-acf2-624f84058404, URL: /sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar to file: /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:23.886Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:23.887Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:23.887Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:23.964Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11510653462113925787/Definitions/service-DemoPnfWo6mblldvk8tc3arophq-template.yml
2022-04-23T03:08:24.524Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:08:24.524Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T03:08:24.524Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.524Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-23T03:08:24.524Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 347844eb-1b97 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-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T03:08:24.525Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.526Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.526Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Node template pNF 347844eb-1b97 0 is matching search criteria
2022-04-23T03:08:24.526Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T03:08:24.526Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 347844eb-1b97 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:08:24.526Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.526Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Node template pNF 347844eb-1b97 0 is matching search criteria
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 347844eb-1b97 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.527Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.528Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Wo6MblLDvK8TC3aROPHQ
Description:catalog service description
Model UUID:9f53f882-d089-425e-8d46-8c23685ea79a
Model Version:NULL
Model InvariantUuid:49be70f9-3f77-4c9d-9ff8-b46bfd502b2a
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-04-23T03:08:24.536Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b81bf114-751f-4b5f-a838-f2e69746ab20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:08:24.539Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||pNF 347844eb-1b97 0
2022-04-23T03:08:24.539Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b81bf114-751f-4b5f-a838-f2e69746ab20
2022-04-23T03:08:24.539Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9f53f882-d089-425e-8d46-8c23685ea79a
2022-04-23T03:08:24.540Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9f53f882-d089-425e-8d46-8c23685ea79a
2022-04-23T03:08:24.540Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 347844eb-1b97 0 b81bf114-751f-4b5f-a838-f2e69746ab20 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-04-23T03:08:24.545Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dda03a6, org.onap.sdc.toscaparser.api.parameters.Input@2c218045, org.onap.sdc.toscaparser.api.parameters.Input@7b5d3a82, org.onap.sdc.toscaparser.api.parameters.Input@3058ad23, org.onap.sdc.toscaparser.api.parameters.Input@5df25fbd]
2022-04-23T03:08:24.545Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.545Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.545Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9f53f882-d089-425e-8d46-8c23685ea79a: pNF 347844eb-1b97
2022-04-23T03:08:24.545Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Processing PNF resource: b81bf114-751f-4b5f-a838-f2e69746ab20
2022-04-23T03:08:24.546Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:08:24.546Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Wo6MblLDvK8TC3aROPHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:08:24.546Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||Resource customization UUID: a30f2359-270b-42aa-8a53-6b7905e9f4d7 is the same as notified resource customizationUUID: a30f2359-270b-42aa-8a53-6b7905e9f4d7
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-04-23T03:08:24.593Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 347844eb-1b97 b81bf114-751f-4b5f-a838-f2e69746ab20 0 ASDC deployResourceStructure
2022-04-23T03:08:24.594Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar ASDC sendASDCNotification
2022-04-23T03:08:24.594Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar
2022-04-23T03:08:24.594Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:08:24.594Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:08:24.596Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:08:24.596Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683304594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:08:24.696Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:08:24.697Z||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-04-23T03:08:24.697Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:24.710Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:24.710Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:08:25.597Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:08:25.606Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:08:25.608Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:08:25.608Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:08:25.608Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:08:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:08:31.460Z||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-04-23T03:08:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:08:31.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:08:31.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:31.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:08:31.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683131966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:08:31.479Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:08:31.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:31.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:08:31.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "clamp",
  "timestamp": 1650683132969,
  "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-04-23T03:08:31.486Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
2022-04-23T03:08:31.486Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:08:31.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683128185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:08:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683137468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683141740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:08:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "aai-ml",
  "timestamp": 1650683142744,
  "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-04-23T03:08:31.499Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
2022-04-23T03:08:31.499Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:08:55.609Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:08:55.619Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.622Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.623Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.623Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.623Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.623Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:08:55.623Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||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-04-23T03:08:55.628Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:09:25.628Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 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-04-23T03:09:25.632Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 and serviceModelVersionId: 9f53f882-d089-425e-8d46-8c23685ea79a
2022-04-23T03:09:25.632Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49be70f9-3f77-4c9d-9ff8-b46bfd502b2a
2022-04-23T03:09:25.633Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49be70f9-3f77-4c9d-9ff8-b46bfd502b2a/model-vers/model-ver/9f53f882-d089-425e-8d46-8c23685ea79a?depth=0
2022-04-23T03:09:25.636Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:09:25.664Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49be70f9-3f77-4c9d-9ff8-b46bfd502b2a/model-vers/model-ver/9f53f882-d089-425e-8d46-8c23685ea79a?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-04-23T03:09:25.664Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49be70f9-3f77-4c9d-9ff8-b46bfd502b2a/model-vers/model-ver/9f53f882-d089-425e-8d46-8c23685ea79a?depth=0|INFO|500||Invoke
2022-04-23T03:09:25.682Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49be70f9-3f77-4c9d-9ff8-b46bfd502b2a/model-vers/model-ver/9f53f882-d089-425e-8d46-8c23685ea79a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T03:09:25.758Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49be70f9-3f77-4c9d-9ff8-b46bfd502b2a/model-vers/model-ver/9f53f882-d089-425e-8d46-8c23685ea79a?depth=0|INFO|500||InvokeReturn
2022-04-23T03:09:25.758Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49be70f9-3f77-4c9d-9ff8-b46bfd502b2a/model-vers/model-ver/9f53f882-d089-425e-8d46-8c23685ea79a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220423-03:09:25:689-12839], vertex-id=[393448], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:09:25 GMT], Content-Type=[application/json]}
2022-04-23T03:09:25.758Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:09:25.758Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:09:25.758Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||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-04-23T03:09:25.764Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||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-04-23T03:09:25.764Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2619a9aa-5fc2-4fcb-a2cd-fc59d3409667 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T03:09:25.764Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:09:25.764Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:25.765Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:25.766Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683365764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:09:25.866Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:25.866Z||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-04-23T03:09:25.866Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:25.880Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:25.881Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T03:09:26.777Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-23T03:09:26.777Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9314603-156e-46b9-a7d2-264e88ab1a6f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f35d8685-650c-492b-b189-46873f1dbfc8","serviceDescription":"service","serviceInvariantUUID":"433b8f09-1cf7-449c-977e-3f94caa74248","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76dc0123-818e-4f98-8d0a-57312125e259","resourceInvariantUUID":"624a61c1-0173-4e56-95e7-de7ff61323da","resourceCustomizationUUID":"b0198c37-e1b8-46f9-80d5-5cb072a1b3fa","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":"YmJiMDFmNzNmNGQ4MTg4ZmMzMjc2Yzk3NTQ4MzYwMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e10744fc-f3d2-4bfa-98f6-b5f9b2f4226d","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":"NjNkNDAyNGJkYjFjN2RhOTVkMzBiOTJhZTRiNmY5MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"836a11d8-dd05-4fda-b0e5-afd849f216f3","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":"2dca6a32-38ac-4fa2-b893-534bbbe0a52b","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":"97fcd01d-c375-4ca2-a746-c6ac8567252b","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":"34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf","artifactVersion":"2","generatedFromUUID":"2dca6a32-38ac-4fa2-b893-534bbbe0a52b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDY5OGRlZjZkNGVmNzMxY2Y0MjAwZGI3NWRiNzQxMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3e88e4f-c510-4ffa-8c42-eb508cb6ecd3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjIxYmI2NmUzMzJhZDI0NTQ2ZWE4ZjcyN2E3ZDU1ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4ee890c-0852-44e0-b522-bcee64d48449","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:09:26.777Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:26.778Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:26.779Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:26.779Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:26.879Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:26.880Z||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-04-23T03:09:26.881Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:26.895Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:26.895Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:27.780Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:27.780Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:27.782Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:27.782Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:09:27.882Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:27.883Z||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-04-23T03:09:27.883Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:27.896Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:27.896Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:28.782Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:28.783Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:28.784Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:28.785Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:09:28.885Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:28.886Z||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-04-23T03:09:28.886Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:28.898Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:28.899Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:29.785Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:29.786Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:29.787Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:29.787Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:29.888Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:29.888Z||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-04-23T03:09:29.888Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:29.899Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:29.899Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:30.788Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:30.788Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:30.790Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:30.790Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T03:09:30.890Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:30.892Z||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-04-23T03:09:30.892Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:30.905Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:30.905Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:09:31.460Z||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-04-23T03:09:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:31.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:31.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90c330d9-3374-48c1-bb0e-7b05510e3c04",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683288259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683281366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683273210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683278185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683290711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683290717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683284865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "cds",
  "timestamp": 1650683291722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T03:09:31.511Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9314603-156e-46b9-a7d2-264e88ab1a6f
2022-04-23T03:09:31.511Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:09:31.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683285095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683292592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683292818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683293882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683294744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683294931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683288856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683295748,
  "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-04-23T03:09:31.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9314603-156e-46b9-a7d2-264e88ab1a6f
2022-04-23T03:09:31.525Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:09:31.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683295962,
  "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-04-23T03:09:31.535Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9314603-156e-46b9-a7d2-264e88ab1a6f
2022-04-23T03:09:31.535Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683296068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683296568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683296966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:31.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "aai-ml",
  "timestamp": 1650683297071,
  "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-04-23T03:09:31.547Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9314603-156e-46b9-a7d2-264e88ab1a6f
2022-04-23T03:09:31.547Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:09:31.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683297571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:31.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "policy-id",
  "timestamp": 1650683298574,
  "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-04-23T03:09:31.559Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9314603-156e-46b9-a7d2-264e88ab1a6f
2022-04-23T03:09:31.560Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:09:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/resourceInstances/pnf347844eb1b970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683299977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683301986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683302882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:31.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "clamp",
  "timestamp": 1650683302990,
  "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-04-23T03:09:31.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9314603-156e-46b9-a7d2-264e88ab1a6f
2022-04-23T03:09:31.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:09:31.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:09:31.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683304594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWo6mblldvk8tc3arophq/1.0/artifacts/service-DemoPnfWo6mblldvk8tc3arophq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:31.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:09:31.790Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:31.791Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:31.792Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:31.792Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:09:31.893Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:31.893Z||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-04-23T03:09:31.893Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:31.905Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:31.905Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:32.793Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:09:32.793Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:32.795Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:32.795Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:09:32.895Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:32.896Z||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-04-23T03:09:32.896Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:32.909Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:32.909Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:33.796Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f35d8685-650c-492b-b189-46873f1dbfc8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "433b8f09-1cf7-449c-977e-3f94caa74248",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b0198c37-e1b8-46f9-80d5-5cb072a1b3fa",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76dc0123-818e-4f98-8d0a-57312125e259",
      "resourceInvariantUUID": "624a61c1-0173-4e56-95e7-de7ff61323da",
      "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": "NjNkNDAyNGJkYjFjN2RhOTVkMzBiOTJhZTRiNmY5MzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "836a11d8-dd05-4fda-b0e5-afd849f216f3",
          "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": "2dca6a32-38ac-4fa2-b893-534bbbe0a52b",
          "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": "34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf",
            "generatedFromUUID": "2dca6a32-38ac-4fa2-b893-534bbbe0a52b"
          },
          "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": "34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjIxYmI2NmUzMzJhZDI0NTQ2ZWE4ZjcyN2E3ZDU1ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4ee890c-0852-44e0-b522-bcee64d48449"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:09:33.796Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:09:33.796Z|2619a9aa-5fc2-4fcb-a2cd-fc59d3409667|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f35d8685-650c-492b-b189-46873f1dbfc8 ASDC
2022-04-23T03:09:33.796Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e9314603-156e-46b9-a7d2-264e88ab1a6f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f35d8685-650c-492b-b189-46873f1dbfc8
ServiceInvariantUUID:433b8f09-1cf7-449c-977e-3f94caa74248
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:f4ee890c-0852-44e0-b522-bcee64d48449
ArtifactChecksum:YjIxYmI2NmUzMzJhZDI0NTQ2ZWE4ZjcyN2E3ZDU1ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b0198c37-e1b8-46f9-80d5-5cb072a1b3fa
ResourceInvariantUUID:624a61c1-0173-4e56-95e7-de7ff61323da
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:76dc0123-818e-4f98-8d0a-57312125e259
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:836a11d8-dd05-4fda-b0e5-afd849f216f3
ArtifactChecksum:NjNkNDAyNGJkYjFjN2RhOTVkMzBiOTJhZTRiNmY5MzA=
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:2dca6a32-38ac-4fa2-b893-534bbbe0a52b
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:34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf
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:34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T03:09:33.796Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f35d8685-650c-492b-b189-46873f1dbfc8 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-04-23T03:09:33.829Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:09:33.829Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:09:33.829Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:09:33.829Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4ee890c-0852-44e0-b522-bcee64d48449 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T03:09:33.830Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T03:09:33.830Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T03:09:34.064Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T03:09:34.067Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f4ee890c-0852-44e0-b522-bcee64d48449 71062
2022-04-23T03:09:34.067Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-23T03:09:34.067Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T03:09:34.067Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:09:34.068Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:34.069Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:34.069Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683374067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:34.169Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:34.170Z||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-04-23T03:09:34.170Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:34.181Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:34.182Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:35.070Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:09:35.071Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-23T03:09:35.071Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f4ee890c-0852-44e0-b522-bcee64d48449, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:35.071Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-23T03:09:35.071Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:35.071Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:35.308Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4891026133286854704/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-23T03:09:36.136Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.137Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-23T03:09:36.138Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.139Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.139Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:36.139Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T03:09:36.139Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:09:36.139Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.140Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.140Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:36.140Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-23T03:09:36.140Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:09:36.140Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.140Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.141Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.141Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-23T03:09:36.141Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-23T03:09:36.141Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-23T03:09:36.141Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-23T03:09:36.142Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T03:09:36.142Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T03:09:36.142Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.142Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:09:36.142Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.143Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:36.143Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:09:36.143Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.143Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:36.143Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:09:36.144Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.144Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:36.144Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:09:36.144Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.144Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-23T03:09:36.144Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T03:09:36.145Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T03:09:36.145Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a519caca-e265-407a-91dd-369a1b2c9814
2022-04-23T03:09:36.145Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.145Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.145Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.145Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.146Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.146Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.146Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:36.146Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:36.146Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f35d8685-650c-492b-b189-46873f1dbfc8
Model Version:NULL
Model InvariantUuid:433b8f09-1cf7-449c-977e-3f94caa74248
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:089c382c-ca8c-4c4c-8493-717c8a1b1e69
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:624a61c1-0173-4e56-95e7-de7ff61323da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0198c37-e1b8-46f9-80d5-5cb072a1b3fa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0dc9c145-d3e1-4c67-afe6-accfbc92cb95
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:68b1697f-1b64-4b4a-b71f-924daba27230
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a519caca-e265-407a-91dd-369a1b2c9814
ModelInvariantUuid:6528408f-d9fe-424c-9c55-e49993374d01
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:117cdbe7-c6ba-43e6-b54e-2ac75715f08a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:12f554f6-889d-4f6d-b88e-0e6ef26ec88d
ModelInvariantUuid:77ae7e39-3add-4c70-8cb8-7138eb11cbf5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3f30681e-337a-4a5a-bf07-1bcef91c078b
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-04-23T03:09:36.154Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 76dc0123-818e-4f98-8d0a-57312125e259
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:09:36.157Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-04-23T03:09:36.157Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76dc0123-818e-4f98-8d0a-57312125e259
2022-04-23T03:09:36.157Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 836a11d8-dd05-4fda-b0e5-afd849f216f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-23T03:09:36.157Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T03:09:36.158Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:36.651Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T03:09:36.652Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 836a11d8-dd05-4fda-b0e5-afd849f216f3 787
2022-04-23T03:09:36.652Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:36.652Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:36.652Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:09:36.653Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:36.654Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:36.654Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683376652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:36.754Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:36.755Z||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-04-23T03:09:36.755Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:36.769Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:36.769Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:37.655Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0dc9c145-d3e1-4c67-afe6-accfbc92cb95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68b1697f-1b64-4b4a-b71f-924daba27230",
    "vfModuleModelCustomizationUUID": "a276a1cf-29e5-43c9-9c69-f00f340da852",
    "isBase": true,
    "artifacts": [
      "2dca6a32-38ac-4fa2-b893-534bbbe0a52b",
      "34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf"
    ],
    "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-04-23T03:09:37.658Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68b1697f-1b64-4b4a-b71f-924daba27230
VfModuleModelInvariantUUID:0dc9c145-d3e1-4c67-afe6-accfbc92cb95
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dca6a32-38ac-4fa2-b893-534bbbe0a52b
,
34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf

}
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-04-23T03:09:37.659Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0dc9c145-d3e1-4c67-afe6-accfbc92cb95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68b1697f-1b64-4b4a-b71f-924daba27230",
    "vfModuleModelCustomizationUUID": "a276a1cf-29e5-43c9-9c69-f00f340da852",
    "isBase": true,
    "artifacts": [
      "2dca6a32-38ac-4fa2-b893-534bbbe0a52b",
      "34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf"
    ],
    "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-04-23T03:09:37.659Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68b1697f-1b64-4b4a-b71f-924daba27230
VfModuleModelInvariantUUID:0dc9c145-d3e1-4c67-afe6-accfbc92cb95
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dca6a32-38ac-4fa2-b893-534bbbe0a52b
,
34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf

}
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-04-23T03:09:37.659Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2dca6a32-38ac-4fa2-b893-534bbbe0a52b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-23T03:09:37.659Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T03:09:37.660Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:37.952Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T03:09:37.952Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2dca6a32-38ac-4fa2-b893-534bbbe0a52b 5033
2022-04-23T03:09:37.952Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:37.952Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:37.952Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:09:37.952Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:37.954Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:37.954Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683377952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:38.054Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:38.055Z||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-04-23T03:09:38.055Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:38.066Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:38.066Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:38.954Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-23T03:09:38.955Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-23T03:09:38.955Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:38.998Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-23T03:09:38.998Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 34e8e970-5f5e-48ad-9dba-d2f87bc9c3cf 903
2022-04-23T03:09:38.998Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:38.998Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:38.998Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:09:38.998Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:39.000Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:39.000Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683378998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:09:39.100Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:39.101Z||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-04-23T03:09:39.101Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:39.114Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:39.114Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:40.000Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f35d8685-650c-492b-b189-46873f1dbfc8
2022-04-23T03:09:40.001Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 76dc0123-818e-4f98-8d0a-57312125e259 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-04-23T03:09:40.012Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@506d8b20, org.onap.sdc.toscaparser.api.parameters.Input@d4ada66, org.onap.sdc.toscaparser.api.parameters.Input@6a40bf20, org.onap.sdc.toscaparser.api.parameters.Input@144f56cb, org.onap.sdc.toscaparser.api.parameters.Input@2847fbe9]
2022-04-23T03:09:40.013Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.013Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.013Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-23T03:09:40.013Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b0198c37-e1b8-46f9-80d5-5cb072a1b3fa
2022-04-23T03:09:40.013Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0198c37-e1b8-46f9-80d5-5cb072a1b3fa matches Tosca VF Customization UUID: b0198c37-e1b8-46f9-80d5-5cb072a1b3fa
2022-04-23T03:09:40.013Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b0198c37-e1b8-46f9-80d5-5cb072a1b3fa  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-04-23T03:09:40.015Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.015Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.016Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b0198c37-e1b8-46f9-80d5-5cb072a1b3fa: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-23T03:09:40.016Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@724461cd
2022-04-23T03:09:40.016Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.016Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:09:40.016Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a276a1cf-29e5-43c9-9c69-f00f340da852
2022-04-23T03:09:40.016Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a276a1cf-29e5-43c9-9c69-f00f340da852
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-04-23T03:09:40.018Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.018Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:40.018Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:09:40.018Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.018Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:40.018Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:09:40.019Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.019Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-23T03:09:40.019Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T03:09:40.019Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T03:09:40.019Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a519caca-e265-407a-91dd-369a1b2c9814
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-04-23T03:09:40.021Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.021Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:40.021Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:09:40.021Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.021Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-23T03:09:40.021Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b0198c37-e1b8-46f9-80d5-5cb072a1b3fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:09:40.022Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f35d8685-650c-492b-b189-46873f1dbfc8: basic_vm
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.023Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.024Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:09:40.024Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:09:40.024Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:40.087Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 76dc0123-818e-4f98-8d0a-57312125e259 1 ASDC deployResourceStructure
2022-04-23T03:09:40.087Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:40.087Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:40.087Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:09:40.087Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:40.089Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:40.089Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683380087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:40.189Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:40.190Z||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-04-23T03:09:40.190Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:40.202Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:40.202Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:41.090Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:41.090Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:41.090Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:09:41.091Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:41.095Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:41.096Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683381090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:41.192Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-23T03:09:41.193Z||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-04-23T03:09:41.193Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:41.205Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:41.205Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:42.096Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:42.096Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:42.096Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:09:42.097Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:42.098Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:42.098Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683382096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:42.198Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:42.199Z||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-04-23T03:09:42.199Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:42.210Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:42.211Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:09:43.099Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-23T03:09:43.099Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-23T03:09:43.099Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:09:43.099Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:09:43.101Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:09:43.101Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683383099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:09:43.201Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:09:43.202Z||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-04-23T03:09:43.202Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:09:43.215Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:09:43.215Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:09:44.102Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9314603-156e-46b9-a7d2-264e88ab1a6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:09:44.110Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9314603-156e-46b9-a7d2-264e88ab1a6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:09:44.111Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:09:44.111Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:09:44.112Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:09:44.116Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:10:14.116Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9314603-156e-46b9-a7d2-264e88ab1a6f 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-04-23T03:10:14.122Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9314603-156e-46b9-a7d2-264e88ab1a6f and serviceModelVersionId: f35d8685-650c-492b-b189-46873f1dbfc8
2022-04-23T03:10:14.122Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 433b8f09-1cf7-449c-977e-3f94caa74248
2022-04-23T03:10:14.123Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/433b8f09-1cf7-449c-977e-3f94caa74248/model-vers/model-ver/f35d8685-650c-492b-b189-46873f1dbfc8?depth=0
2022-04-23T03:10:14.126Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:10:14.156Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/433b8f09-1cf7-449c-977e-3f94caa74248/model-vers/model-ver/f35d8685-650c-492b-b189-46873f1dbfc8?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-04-23T03:10:14.156Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/433b8f09-1cf7-449c-977e-3f94caa74248/model-vers/model-ver/f35d8685-650c-492b-b189-46873f1dbfc8?depth=0|INFO|500||Invoke
2022-04-23T03:10:14.172Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/433b8f09-1cf7-449c-977e-3f94caa74248/model-vers/model-ver/f35d8685-650c-492b-b189-46873f1dbfc8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T03:10:14.246Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/433b8f09-1cf7-449c-977e-3f94caa74248/model-vers/model-ver/f35d8685-650c-492b-b189-46873f1dbfc8?depth=0|INFO|500||InvokeReturn
2022-04-23T03:10:14.246Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/433b8f09-1cf7-449c-977e-3f94caa74248/model-vers/model-ver/f35d8685-650c-492b-b189-46873f1dbfc8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220423-03:10:14:178-7259], vertex-id=[217280], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:10:14 GMT], Content-Type=[application/json]}
2022-04-23T03:10:14.246Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:10:14.247Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:10:14.247Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:10:14.250Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||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-04-23T03:10:14.251Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9314603-156e-46b9-a7d2-264e88ab1a6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T03:10:14.251Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:10:14.251Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:10:14.252Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:10:14.252Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683414251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:10:14.352Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:10:14.353Z||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-04-23T03:10:14.353Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:10:14.368Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:10:14.368Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T03:10:15.265Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:10:15.265Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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-04-23T03:10:15.265Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:10:24.804Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:10:24.804Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:10:24.805Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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-04-23T03:10:24.805Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:10:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:10:31.460Z||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-04-23T03:10:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:10:31.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:10:31.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:10:31.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2619a9aa-5fc2-4fcb-a2cd-fc59d3409667",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683365764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:10:31.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T03:10:31.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:10:34.340Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:10:34.340Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:10:34.341Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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-04-23T03:10:34.341Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:10:43.881Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:10:43.882Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:10:43.882Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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-04-23T03:10:43.882Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:10:53.418Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:10:53.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:10:53.419Z||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-04-23T03:10:53.419Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:11:02.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:11:31.457Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:11:31.458Z||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-04-23T03:11:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:11:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:11:31.459Z||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-04-23T03:11:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:11:31.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:11:31.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:11:31.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:11:31.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:11:41.000Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:31.458Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:12:31.458Z||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-04-23T03:12:31.458Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:12:31.460Z||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-04-23T03:12:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:31.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:31.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683289275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683374067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683376652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683377952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683378998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683380087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683381090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683382096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683383099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e9314603-156e-46b9-a7d2-264e88ab1a6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683414251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:12:31.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:12:32.387Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:32.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T03:12:32.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe69c919-a830-413c-9663-7c01a494afcf","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c5872c1b-eac9-4f26-90cd-86e56a1371c0","serviceDescription":"service","serviceInvariantUUID":"5f61d9df-a097-48f8-8c66-bff31f19a25d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d33b96c-2e2c-4b2b-b711-2fda6713cc9d","resourceInvariantUUID":"b34bb128-678a-4df6-89e3-d4aab269176e","resourceCustomizationUUID":"bc3dc100-dab3-4c8e-9e57-86fb08db3341","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":"MjU5NDU0ZTNhMTlkMzFjMTY2ODUzZTJkZmQ4YTQ3NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a2ff82e-0dd7-4200-ad06-6703b6a434d1","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":"bdda8b03-3507-4fea-8aa0-e78a5b012a07","artifactVersion":"2","generatedFromUUID":"e05840ca-72e7-457b-9fd2-14ad55fa8698"},{"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":"e05840ca-72e7-457b-9fd2-14ad55fa8698","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":"MmQ4NTA2ZTRjY2NhODY5YzZjMTViYmM1YjE4NTNiNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa9f0d7d-79b0-4a97-9d08-a6ca0975fff7","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":"843ee0aa-f5d3-4ade-aaaa-822592432326","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":"e578b77e-04c6-47a2-9f7d-ad557205ead7","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":"5ce4b908-7115-448d-8201-1cac39e99c71","artifactVersion":"2","generatedFromUUID":"843ee0aa-f5d3-4ade-aaaa-822592432326"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWY3YThiNWExMmMwMzVmYWQ0OTM3OTYzMGE0YTY4OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27faaa07-3e5b-4055-96c0-8f652d3ad4ae","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmVhZTcwMWRkMjBmMzJhNDViMTJjMWMyM2MyMjgwNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0579d345-abcc-4b1a-bb57-66efbbfce491","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:12:32.388Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:32.389Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:32.390Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:32.391Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:12:32.491Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:32.492Z||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-04-23T03:12:32.492Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:32.505Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:32.505Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:33.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:33.392Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:33.394Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:33.394Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-23T03:12:33.494Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:33.494Z||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-04-23T03:12:33.495Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:33.506Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:33.506Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:34.394Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:34.395Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:34.397Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:34.397Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-23T03:12:34.497Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:34.498Z||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-04-23T03:12:34.498Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:34.511Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:34.511Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:35.397Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:35.398Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:35.399Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:35.400Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:12:35.500Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:35.500Z||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-04-23T03:12:35.500Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:35.513Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:35.513Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:36.400Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:36.401Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:36.402Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:36.402Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:12:36.502Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:36.503Z||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-04-23T03:12:36.503Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:36.515Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:36.516Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:37.402Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:37.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:37.405Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:37.405Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:12:37.505Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:37.506Z||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-04-23T03:12:37.506Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:37.518Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:37.518Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:12:38.405Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:38.406Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:38.407Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:38.407Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-23T03:12:38.507Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:38.508Z||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-04-23T03:12:38.508Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:38.520Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:38.520Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:39.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:39.408Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:39.409Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:39.410Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:12:39.510Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:39.510Z||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-04-23T03:12:39.511Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:39.522Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:39.522Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:40.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:12:40.411Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:40.413Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:40.413Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:12:40.513Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:40.514Z||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-04-23T03:12:40.514Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:40.528Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:40.528Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:41.414Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c5872c1b-eac9-4f26-90cd-86e56a1371c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5f61d9df-a097-48f8-8c66-bff31f19a25d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "bc3dc100-dab3-4c8e-9e57-86fb08db3341",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d33b96c-2e2c-4b2b-b711-2fda6713cc9d",
      "resourceInvariantUUID": "b34bb128-678a-4df6-89e3-d4aab269176e",
      "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": "bdda8b03-3507-4fea-8aa0-e78a5b012a07",
          "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": "e05840ca-72e7-457b-9fd2-14ad55fa8698",
          "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": "MmQ4NTA2ZTRjY2NhODY5YzZjMTViYmM1YjE4NTNiNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa9f0d7d-79b0-4a97-9d08-a6ca0975fff7",
          "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": "843ee0aa-f5d3-4ade-aaaa-822592432326",
          "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": "5ce4b908-7115-448d-8201-1cac39e99c71",
            "generatedFromUUID": "843ee0aa-f5d3-4ade-aaaa-822592432326"
          },
          "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": "5ce4b908-7115-448d-8201-1cac39e99c71",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmVhZTcwMWRkMjBmMzJhNDViMTJjMWMyM2MyMjgwNTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0579d345-abcc-4b1a-bb57-66efbbfce491"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:12:41.414Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:12:41.414Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c5872c1b-eac9-4f26-90cd-86e56a1371c0 ASDC
2022-04-23T03:12:41.415Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fe69c919-a830-413c-9663-7c01a494afcf
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c5872c1b-eac9-4f26-90cd-86e56a1371c0
ServiceInvariantUUID:5f61d9df-a097-48f8-8c66-bff31f19a25d
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:0579d345-abcc-4b1a-bb57-66efbbfce491
ArtifactChecksum:MmVhZTcwMWRkMjBmMzJhNDViMTJjMWMyM2MyMjgwNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:bc3dc100-dab3-4c8e-9e57-86fb08db3341
ResourceInvariantUUID:b34bb128-678a-4df6-89e3-d4aab269176e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4d33b96c-2e2c-4b2b-b711-2fda6713cc9d
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:bdda8b03-3507-4fea-8aa0-e78a5b012a07
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:e05840ca-72e7-457b-9fd2-14ad55fa8698
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:aa9f0d7d-79b0-4a97-9d08-a6ca0975fff7
ArtifactChecksum:MmQ4NTA2ZTRjY2NhODY5YzZjMTViYmM1YjE4NTNiNDA=
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:843ee0aa-f5d3-4ade-aaaa-822592432326
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:5ce4b908-7115-448d-8201-1cac39e99c71
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:5ce4b908-7115-448d-8201-1cac39e99c71
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T03:12:41.415Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5872c1b-eac9-4f26-90cd-86e56a1371c0 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-04-23T03:12:41.443Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:12:41.443Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:12:41.443Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:12:41.443Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0579d345-abcc-4b1a-bb57-66efbbfce491 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T03:12:41.443Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:12:41.444Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T03:12:41.786Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:12:41.789Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0579d345-abcc-4b1a-bb57-66efbbfce491 68954
2022-04-23T03:12:41.789Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-23T03:12:41.789Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T03:12:41.789Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:12:41.789Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:41.791Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:41.791Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683561789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:41.891Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:41.892Z||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-04-23T03:12:41.892Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:41.905Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:41.906Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:42.791Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:12:42.792Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:12:42.792Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0579d345-abcc-4b1a-bb57-66efbbfce491, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:42.793Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-23T03:12:42.793Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:42.793Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:42.873Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3562148473394370077/Definitions/service-BasicCnf-template.yml
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-23T03:12:43.682Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.683Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.684Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fb855512-6ebb-426d-8862-a432484040f4
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.685Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.686Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.686Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:43.686Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:43.686Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c5872c1b-eac9-4f26-90cd-86e56a1371c0
Model Version:NULL
Model InvariantUuid:5f61d9df-a097-48f8-8c66-bff31f19a25d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4a02712f-e9b6-4a0f-ba62-832c0fdaef47
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b34bb128-678a-4df6-89e3-d4aab269176e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc3dc100-dab3-4c8e-9e57-86fb08db3341
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3fa88c2c-33f9-40a1-b2ba-bc860a2f22c2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:d0d76513-1710-4ff6-a129-d7f27a06d742
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fb855512-6ebb-426d-8862-a432484040f4
ModelInvariantUuid:960be910-1a07-46bd-8ddc-2d1f6336f60b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ebc25724-9dca-47b1-afed-96ddd45a9005
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5d068e2f-3be1-4372-8e58-8f6ecb902d9e
ModelInvariantUuid:b12f184b-cc54-45fa-b342-4d40af82bf99
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:71ebbfdc-6e01-4e6d-8608-eeb2b0ecc9ed
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-04-23T03:12:43.693Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d33b96c-2e2c-4b2b-b711-2fda6713cc9d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:12:43.696Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-04-23T03:12:43.697Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d33b96c-2e2c-4b2b-b711-2fda6713cc9d
2022-04-23T03:12:43.697Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bdda8b03-3507-4fea-8aa0-e78a5b012a07 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-23T03:12:43.697Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:12:43.697Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-23T03:12:43.738Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:12:43.739Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bdda8b03-3507-4fea-8aa0-e78a5b012a07 12
2022-04-23T03:12:43.739Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-23T03:12:43.739Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-23T03:12:43.739Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:12:43.739Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:43.741Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:43.741Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683563739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:43.841Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:43.842Z||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-04-23T03:12:43.842Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:43.858Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:43.858Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:44.741Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e05840ca-72e7-457b-9fd2-14ad55fa8698 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-23T03:12:44.742Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:12:44.742Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-23T03:12:44.783Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:12:44.783Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e05840ca-72e7-457b-9fd2-14ad55fa8698 2688
2022-04-23T03:12:44.783Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-23T03:12:44.783Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-23T03:12:44.783Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:12:44.784Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:44.785Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:44.785Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683564783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:44.885Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:44.886Z||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-04-23T03:12:44.886Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:44.900Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:44.900Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:45.786Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aa9f0d7d-79b0-4a97-9d08-a6ca0975fff7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-23T03:12:45.786Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:12:45.786Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-23T03:12:45.828Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:12:45.828Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aa9f0d7d-79b0-4a97-9d08-a6ca0975fff7 828
2022-04-23T03:12:45.828Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-23T03:12:45.828Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-23T03:12:45.829Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:12:45.829Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:45.830Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:45.830Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683565828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:45.931Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:12:45.931Z||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-04-23T03:12:45.931Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:45.944Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:45.945Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:46.831Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3fa88c2c-33f9-40a1-b2ba-bc860a2f22c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0d76513-1710-4ff6-a129-d7f27a06d742",
    "vfModuleModelCustomizationUUID": "4470167f-99bf-4963-8bab-dac858417487",
    "isBase": true,
    "artifacts": [
      "843ee0aa-f5d3-4ade-aaaa-822592432326",
      "e05840ca-72e7-457b-9fd2-14ad55fa8698",
      "5ce4b908-7115-448d-8201-1cac39e99c71"
    ],
    "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-04-23T03:12:46.834Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d76513-1710-4ff6-a129-d7f27a06d742
VfModuleModelInvariantUUID:3fa88c2c-33f9-40a1-b2ba-bc860a2f22c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
843ee0aa-f5d3-4ade-aaaa-822592432326
,
e05840ca-72e7-457b-9fd2-14ad55fa8698
,
5ce4b908-7115-448d-8201-1cac39e99c71

}
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-04-23T03:12:46.836Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3fa88c2c-33f9-40a1-b2ba-bc860a2f22c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0d76513-1710-4ff6-a129-d7f27a06d742",
    "vfModuleModelCustomizationUUID": "4470167f-99bf-4963-8bab-dac858417487",
    "isBase": true,
    "artifacts": [
      "843ee0aa-f5d3-4ade-aaaa-822592432326",
      "e05840ca-72e7-457b-9fd2-14ad55fa8698",
      "5ce4b908-7115-448d-8201-1cac39e99c71"
    ],
    "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-04-23T03:12:46.837Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d76513-1710-4ff6-a129-d7f27a06d742
VfModuleModelInvariantUUID:3fa88c2c-33f9-40a1-b2ba-bc860a2f22c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
843ee0aa-f5d3-4ade-aaaa-822592432326
,
e05840ca-72e7-457b-9fd2-14ad55fa8698
,
5ce4b908-7115-448d-8201-1cac39e99c71

}
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-04-23T03:12:46.837Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 843ee0aa-f5d3-4ade-aaaa-822592432326 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-23T03:12:46.837Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:12:46.838Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-23T03:12:46.876Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:12:46.877Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 843ee0aa-f5d3-4ade-aaaa-822592432326 1164
2022-04-23T03:12:46.877Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-23T03:12:46.877Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-23T03:12:46.877Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:12:46.877Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:46.879Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:46.879Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683566877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:46.979Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:46.980Z||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-04-23T03:12:46.980Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:46.993Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:46.993Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:47.879Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ce4b908-7115-448d-8201-1cac39e99c71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-23T03:12:47.880Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:12:47.880Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-23T03:12:47.924Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:12:47.924Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5ce4b908-7115-448d-8201-1cac39e99c71 200
2022-04-23T03:12:47.924Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-23T03:12:47.924Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-23T03:12:47.924Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:12:47.925Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:47.926Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:47.926Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683567924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:12:48.026Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:48.027Z||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-04-23T03:12:48.027Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:48.039Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:48.039Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:48.927Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c5872c1b-eac9-4f26-90cd-86e56a1371c0
2022-04-23T03:12:48.927Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4d33b96c-2e2c-4b2b-b711-2fda6713cc9d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-04-23T03:12:48.938Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:12:48.944Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5df96fed, org.onap.sdc.toscaparser.api.parameters.Input@86d4fb2, org.onap.sdc.toscaparser.api.parameters.Input@4ad92992, org.onap.sdc.toscaparser.api.parameters.Input@66d833e8, org.onap.sdc.toscaparser.api.parameters.Input@70c8bed9]
2022-04-23T03:12:48.945Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.945Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.945Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T03:12:48.945Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bc3dc100-dab3-4c8e-9e57-86fb08db3341
2022-04-23T03:12:48.945Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc3dc100-dab3-4c8e-9e57-86fb08db3341 matches Tosca VF Customization UUID: bc3dc100-dab3-4c8e-9e57-86fb08db3341
2022-04-23T03:12:48.945Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bc3dc100-dab3-4c8e-9e57-86fb08db3341  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-04-23T03:12:48.947Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.947Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.948Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bc3dc100-dab3-4c8e-9e57-86fb08db3341: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-23T03:12:48.948Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@364c776f
2022-04-23T03:12:48.948Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.948Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:12:48.948Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4470167f-99bf-4963-8bab-dac858417487
2022-04-23T03:12:48.948Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4470167f-99bf-4963-8bab-dac858417487
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-04-23T03:12:48.950Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.950Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:48.950Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-23T03:12:48.951Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fb855512-6ebb-426d-8862-a432484040f4
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-04-23T03:12:48.953Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.953Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:48.954Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:12:48.954Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.954Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-23T03:12:48.954Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=bc3dc100-dab3-4c8e-9e57-86fb08db3341
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c5872c1b-eac9-4f26-90cd-86e56a1371c0: basic_cnf
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.956Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.957Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.957Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.957Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:12:48.957Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:12:48.957Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T03:12:49.020Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4d33b96c-2e2c-4b2b-b711-2fda6713cc9d 1 ASDC deployResourceStructure
2022-04-23T03:12:49.020Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-23T03:12:49.020Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-23T03:12:49.020Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-23T03:12:49.021Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:49.022Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:49.022Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683569020,
  "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-04-23T03:12:49.122Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:49.123Z||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-04-23T03:12:49.123Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:49.135Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:49.135Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:50.023Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-23T03:12:50.023Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-23T03:12:50.023Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-23T03:12:50.023Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:50.025Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:50.025Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683570023,
  "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-04-23T03:12:50.125Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:50.125Z||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-04-23T03:12:50.126Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:50.137Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:50.137Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:51.025Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-23T03:12:51.026Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-23T03:12:51.026Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:12:51.026Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:51.027Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:51.027Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683571025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:51.127Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:51.128Z||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-04-23T03:12:51.128Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:51.138Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:51.138Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:52.029Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-23T03:12:52.029Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-23T03:12:52.029Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:12:52.029Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:52.031Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:52.031Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683572028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:52.131Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:52.132Z||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-04-23T03:12:52.132Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:52.151Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:52.152Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:53.032Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-23T03:12:53.032Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-23T03:12:53.032Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:12:53.032Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:53.034Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:53.035Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683573032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:53.135Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:53.135Z||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-04-23T03:12:53.135Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:53.148Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:53.148Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:54.035Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-23T03:12:54.036Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-23T03:12:54.036Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:12:54.036Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:12:54.037Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:12:54.038Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683574035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:12:54.138Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:12:54.138Z||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-04-23T03:12:54.138Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:12:54.149Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:12:54.150Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:12:55.038Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:12:55.048Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:12:55.050Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:12:55.050Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:12:55.050Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:13:25.050Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:13:25.057Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:13:25.059Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:13:25.059Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:13:25.059Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:13:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:13:31.460Z||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-04-23T03:13:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:13:32.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:13:32.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683551457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683543211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683545095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683551366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683548185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683548856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683561692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683561698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683561696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683561789,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683561790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683562699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "cds",
  "timestamp": 1650683562796,
  "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-04-23T03:13:32.105Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe69c919-a830-413c-9663-7c01a494afcf
2022-04-23T03:13:32.105Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:13:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683562901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683554865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683563739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "policy-id",
  "timestamp": 1650683563702,
  "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-04-23T03:13:32.117Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe69c919-a830-413c-9663-7c01a494afcf
2022-04-23T03:13:32.117Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:13:32.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683563952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683564589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683564783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683565001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.124Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683565828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683566072,
  "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-04-23T03:13:32.129Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe69c919-a830-413c-9663-7c01a494afcf
2022-04-23T03:13:32.129Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:13:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683566877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650683558252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683566992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650683567077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683567102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683567924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650683567996,
  "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-04-23T03:13:32.140Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe69c919-a830-413c-9663-7c01a494afcf
2022-04-23T03:13:32.140Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:13:32.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "aai-ml",
  "timestamp": 1650683568105,
  "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-04-23T03:13:32.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe69c919-a830-413c-9663-7c01a494afcf
2022-04-23T03:13:32.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683569020,
  "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-04-23T03:13:32.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683570012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683570023,
  "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-04-23T03:13:32.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683571025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683572019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683572028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "clamp",
  "timestamp": 1650683573022,
  "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-04-23T03:13:32.163Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe69c919-a830-413c-9663-7c01a494afcf
2022-04-23T03:13:32.163Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:13:32.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683573032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:32.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:13:32.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683574035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:13:32.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:13:55.059Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:13:55.069Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:13:55.071Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:13:55.071Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:13:55.072Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T03:13:55.076Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:14:25.077Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe69c919-a830-413c-9663-7c01a494afcf 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-04-23T03:14:25.082Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe69c919-a830-413c-9663-7c01a494afcf and serviceModelVersionId: c5872c1b-eac9-4f26-90cd-86e56a1371c0
2022-04-23T03:14:25.082Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f61d9df-a097-48f8-8c66-bff31f19a25d
2022-04-23T03:14:25.082Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0
2022-04-23T03:14:25.085Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:14:25.114Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0|INFO|500||Invoke
2022-04-23T03:14:25.114Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fe69c919-a830-413c-9663-7c01a494afcf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd46d9a9-2707-4d43-ab39-e3ab4547dd9d], X-ECOMP-RequestID=[fe69c919-a830-413c-9663-7c01a494afcf], X-TransactionId=[], X-ONAP-RequestID=[fe69c919-a830-413c-9663-7c01a494afcf], Content-Type=[application/merge-patch+json]}
2022-04-23T03:14:25.131Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T03:14:25.205Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?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/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-03:14:25:139-55599], vertex-id=[487520], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:14:25 GMT], Content-Type=[application/json]}
2022-04-23T03:14:25.206Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:14:25.206Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f61d9df-a097-48f8-8c66-bff31f19a25d/model-vers/model-ver/c5872c1b-eac9-4f26-90cd-86e56a1371c0?depth=0|INFO|500||InvokeReturn
2022-04-23T03:14:25.206Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:14:25.206Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:14:25.211Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T03:14:25.211Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe69c919-a830-413c-9663-7c01a494afcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T03:14:25.211Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:14:25.212Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:14:25.213Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:14:25.213Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683665211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:14:25.313Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:14:25.314Z||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-04-23T03:14:25.314Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:14:25.330Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:14:25.330Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T03:14:26.224Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:14:26.225Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:14:26.225Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:14:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:14:31.460Z||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-04-23T03:14:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:14:32.080Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:14:32.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-23T03:14:32.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe69c919-a830-413c-9663-7c01a494afcf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650683665211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:14:32.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:14:35.762Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:14:35.762Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:14:35.763Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:14:35.763Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:14:45.298Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:15:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:15:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:15:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:15:31.459Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:15:31.459Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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-04-23T03:15:31.459Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:15:41.002Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:15:41.002Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:16:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:16:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:16:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:16:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:16:31.460Z||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-04-23T03:16:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:16:41.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:16:41.001Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:17:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:17:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:17:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:17:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:17:31.459Z||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-04-23T03:17:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:17:41.002Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:17:41.001Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:18:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:18:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:18:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:18:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:18:31.459Z||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-04-23T03:18:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:18:40.998Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:18:40.998Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:19:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:19:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:19:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:19:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:19:31.459Z||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-04-23T03:19:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:19:40.997Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:19:40.997Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:20:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:20:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:20:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:20:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:20:31.460Z||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-04-23T03:20:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:20:40.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:20:40.997Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:21:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:21:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:21:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:21:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:21:31.459Z||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-04-23T03:21:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:21:40.998Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:21:40.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:22:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:22:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:22:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:22:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:22:31.459Z||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-04-23T03:22:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:22:40.999Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:22:41.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:23:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:23:31.459Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:23:31.459Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:23:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:23:31.460Z||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-04-23T03:23:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:23:41.000Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:23:41.004Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:31.457Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:24:31.458Z|fe69c919-a830-413c-9663-7c01a494afcf|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-04-23T03:24:31.459Z|fe69c919-a830-413c-9663-7c01a494afcf|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:24:31.459Z||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-04-23T03:24:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:31.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:31.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684225095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684233210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684228856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684243761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684243766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684243765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "cds",
  "timestamp": 1650684244771,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T03:24:31.625Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e59ea8f9-d958-4ba8-aef8-a189a30c8186
2022-04-23T03:24:31.625Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:24:31.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684244769,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684245386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "policy-id",
  "timestamp": 1650684245772,
  "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-04-23T03:24:31.636Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e59ea8f9-d958-4ba8-aef8-a189a30c8186
2022-04-23T03:24:31.636Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684238185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684238252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684246851,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684247196,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684247876,
  "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-04-23T03:24:31.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e59ea8f9-d958-4ba8-aef8-a189a30c8186
2022-04-23T03:24:31.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684248879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684253472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684253605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "aai-ml",
  "timestamp": 1650684254475,
  "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-04-23T03:24:31.661Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e59ea8f9-d958-4ba8-aef8-a189a30c8186
2022-04-23T03:24:31.661Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684255607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684248210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684248856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684256610,
  "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-04-23T03:24:31.673Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e59ea8f9-d958-4ba8-aef8-a189a30c8186
2022-04-23T03:24:31.673Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:24:31.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684256952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684249885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684257552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684258555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684258589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "cds",
  "timestamp": 1650684259068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T03:24:31.692Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47917efb-9661-49fe-9725-511c534ad06c
2022-04-23T03:24:31.692Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:24:31.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "policy-id",
  "timestamp": 1650684259558,
  "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-04-23T03:24:31.703Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47917efb-9661-49fe-9725-511c534ad06c
2022-04-23T03:24:31.704Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:24:31.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684259631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684260087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684260676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684261091,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684261700,
  "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-04-23T03:24:31.717Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47917efb-9661-49fe-9725-511c534ad06c
2022-04-23T03:24:31.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684262348,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684262703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684263353,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "clamp",
  "timestamp": 1650684264356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T03:24:31.727Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of e59ea8f9-d958-4ba8-aef8-a189a30c8186
2022-04-23T03:24:31.727Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:24:31.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684244865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684265726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684258252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684267879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684268882,
  "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-04-23T03:24:31.741Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47917efb-9661-49fe-9725-511c534ad06c
2022-04-23T03:24:31.741Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:24:31.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:31.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:24:32.083Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:32.084Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T03:24:32.084Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e59ea8f9-d958-4ba8-aef8-a189a30c8186","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4cc1d370-540b-48e8-8189-4426d00eef83","serviceDescription":"service","serviceInvariantUUID":"9b56d5b8-08dd-4c51-9327-90dfa06226b1","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f15a4b2-df40-4450-9683-15ffb2cae1eb","resourceInvariantUUID":"2f70125e-a0f4-48da-8068-d72dcdd12ec6","resourceCustomizationUUID":"8cf17a1f-0818-4f34-bf24-6837f79ff9b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"16bd0bd4-c89f-4ac8-9862-2d373d3b7f7a","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NTg3NzllNDc2NTkxYTE0OWE3NjkwMjcwN2YyNTVmZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b1191a2-53e7-4c9d-a140-9ece40362532","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODQ3ZTY3YTY4NjE3YWQ1ODY4MjFiZTRiZDEyMDk4YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32a0a884-205d-4bcc-8df5-c47efca5a174","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d62fa48c-7f40-4bb0-92ac-28e29dde3ca9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea25c8c0-9927-466f-bd83-6d6aefc30c5b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7bd574c3-bae4-4a53-8f17-cc7ef3f07230","artifactVersion":"2","generatedFromUUID":"d62fa48c-7f40-4bb0-92ac-28e29dde3ca9"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODNhMmJkMmMyYzU5MjZiYTRiZDkzMmY4NmFhODZkNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0282c7bf-b8cf-4b0b-88ab-32d5c2db7c6b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZGIyMGQ0NWI0ZmVhMzUzZmQ0M2U3OGE3OGU4MmU3ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e28703ff-bbc7-4230-aec8-333c3ff04988","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:24:32.085Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:32.085Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:32.087Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:32.087Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:32.187Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:32.188Z||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-04-23T03:24:32.188Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:32.201Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:32.201Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:33.087Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:33.088Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:33.089Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:33.089Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:33.189Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:33.190Z||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-04-23T03:24:33.190Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:33.202Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:33.202Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:34.090Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:34.090Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:34.092Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:34.092Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:24:34.192Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:34.193Z||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-04-23T03:24:34.193Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:34.207Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:34.207Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:35.092Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:35.093Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:35.095Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:35.095Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:24:35.195Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:35.196Z||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-04-23T03:24:35.196Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:35.207Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:35.207Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:36.095Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:36.096Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:36.097Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:36.097Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:36.198Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:24:36.198Z||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-04-23T03:24:36.198Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:36.210Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:36.211Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:37.098Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:37.099Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:37.100Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:37.100Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T03:24:37.200Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:37.201Z||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-04-23T03:24:37.201Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:37.213Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:37.213Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:38.101Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:38.101Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:38.103Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:38.103Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:24:38.203Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:24:38.204Z||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-04-23T03:24:38.204Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:38.217Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:38.217Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:39.104Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:24:39.104Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:39.106Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:39.106Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:24:39.206Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:39.207Z||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-04-23T03:24:39.207Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:39.220Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:39.220Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:40.107Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4cc1d370-540b-48e8-8189-4426d00eef83",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b56d5b8-08dd-4c51-9327-90dfa06226b1",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8cf17a1f-0818-4f34-bf24-6837f79ff9b3",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f15a4b2-df40-4450-9683-15ffb2cae1eb",
      "resourceInvariantUUID": "2f70125e-a0f4-48da-8068-d72dcdd12ec6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ODQ3ZTY3YTY4NjE3YWQ1ODY4MjFiZTRiZDEyMDk4YTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "32a0a884-205d-4bcc-8df5-c47efca5a174",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d62fa48c-7f40-4bb0-92ac-28e29dde3ca9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7bd574c3-bae4-4a53-8f17-cc7ef3f07230",
            "generatedFromUUID": "d62fa48c-7f40-4bb0-92ac-28e29dde3ca9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7bd574c3-bae4-4a53-8f17-cc7ef3f07230",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZGIyMGQ0NWI0ZmVhMzUzZmQ0M2U3OGE3OGU4MmU3ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e28703ff-bbc7-4230-aec8-333c3ff04988"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:24:40.107Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:24:40.107Z|fe69c919-a830-413c-9663-7c01a494afcf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4cc1d370-540b-48e8-8189-4426d00eef83 ASDC
2022-04-23T03:24:40.108Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e59ea8f9-d958-4ba8-aef8-a189a30c8186
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4cc1d370-540b-48e8-8189-4426d00eef83
ServiceInvariantUUID:9b56d5b8-08dd-4c51-9327-90dfa06226b1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:e28703ff-bbc7-4230-aec8-333c3ff04988
ArtifactChecksum:ZGIyMGQ0NWI0ZmVhMzUzZmQ0M2U3OGE3OGU4MmU3ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8cf17a1f-0818-4f34-bf24-6837f79ff9b3
ResourceInvariantUUID:2f70125e-a0f4-48da-8068-d72dcdd12ec6
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2f15a4b2-df40-4450-9683-15ffb2cae1eb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:32a0a884-205d-4bcc-8df5-c47efca5a174
ArtifactChecksum:ODQ3ZTY3YTY4NjE3YWQ1ODY4MjFiZTRiZDEyMDk4YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d62fa48c-7f40-4bb0-92ac-28e29dde3ca9
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:7bd574c3-bae4-4a53-8f17-cc7ef3f07230
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:7bd574c3-bae4-4a53-8f17-cc7ef3f07230
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T03:24:40.108Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cc1d370-540b-48e8-8189-4426d00eef83 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-04-23T03:24:40.138Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:24:40.139Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:24:40.139Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:24:40.139Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e28703ff-bbc7-4230-aec8-333c3ff04988 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-23T03:24:40.139Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:24:40.139Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-23T03:24:40.301Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:24:40.304Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e28703ff-bbc7-4230-aec8-333c3ff04988 73663
2022-04-23T03:24:40.304Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-23T03:24:40.304Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-23T03:24:40.304Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:24:40.304Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:40.306Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:40.306Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684280304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:40.407Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:24:40.407Z||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-04-23T03:24:40.407Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:40.420Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:40.421Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:41.307Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:24:41.308Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:24:41.308Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e28703ff-bbc7-4230-aec8-333c3ff04988, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:41.308Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-23T03:24:41.308Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:41.308Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:41.389Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16130953743246505150/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-23T03:24:42.209Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:24:42.209Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:24:42.209Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.209Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T03:24:42.209Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.209Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:24:42.210Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T03:24:42.211Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:42.212Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=639dd2a3-dc8d-4603-8db0-148523fcae09
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:42.213Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4cc1d370-540b-48e8-8189-4426d00eef83
Model Version:NULL
Model InvariantUuid:9b56d5b8-08dd-4c51-9327-90dfa06226b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:beccbad7-521f-4ffc-83ee-1516df4c7f7b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f70125e-a0f4-48da-8068-d72dcdd12ec6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8cf17a1f-0818-4f34-bf24-6837f79ff9b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c3470be7-ebbd-433b-8ab2-0c4b846692ca
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:15f879da-7ffb-43e6-b848-59bb41c51e81
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:639dd2a3-dc8d-4603-8db0-148523fcae09
ModelInvariantUuid:e23f7b09-427f-4b7e-bb66-9224382c1861
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:bef24ad7-b6ec-46e7-a475-0a4f8d3b5409
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:15387a72-f06e-4e97-b679-6a790139122f
ModelInvariantUuid:f4c4fa98-239a-494e-bba7-7cb42d646a55
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d8b4215e-f12e-43b3-882c-cae5de6da8ef
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-04-23T03:24:42.219Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f15a4b2-df40-4450-9683-15ffb2cae1eb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:24:42.221Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-04-23T03:24:42.221Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f15a4b2-df40-4450-9683-15ffb2cae1eb
2022-04-23T03:24:42.221Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32a0a884-205d-4bcc-8df5-c47efca5a174 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-23T03:24:42.221Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:24:42.222Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-23T03:24:42.307Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:24:42.307Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 32a0a884-205d-4bcc-8df5-c47efca5a174 790
2022-04-23T03:24:42.307Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-23T03:24:42.307Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-23T03:24:42.307Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:24:42.308Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:42.309Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:42.309Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684282307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:42.410Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:24:42.410Z||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-04-23T03:24:42.410Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:42.423Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:42.423Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:43.310Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c3470be7-ebbd-433b-8ab2-0c4b846692ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15f879da-7ffb-43e6-b848-59bb41c51e81",
    "vfModuleModelCustomizationUUID": "be6051e3-e25b-4194-b9dc-5c4197b34711",
    "isBase": true,
    "artifacts": [
      "d62fa48c-7f40-4bb0-92ac-28e29dde3ca9",
      "7bd574c3-bae4-4a53-8f17-cc7ef3f07230"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-23T03:24:43.312Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15f879da-7ffb-43e6-b848-59bb41c51e81
VfModuleModelInvariantUUID:c3470be7-ebbd-433b-8ab2-0c4b846692ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
d62fa48c-7f40-4bb0-92ac-28e29dde3ca9
,
7bd574c3-bae4-4a53-8f17-cc7ef3f07230

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

isBase:true


}

2022-04-23T03:24:43.314Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c3470be7-ebbd-433b-8ab2-0c4b846692ca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15f879da-7ffb-43e6-b848-59bb41c51e81",
    "vfModuleModelCustomizationUUID": "be6051e3-e25b-4194-b9dc-5c4197b34711",
    "isBase": true,
    "artifacts": [
      "d62fa48c-7f40-4bb0-92ac-28e29dde3ca9",
      "7bd574c3-bae4-4a53-8f17-cc7ef3f07230"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-23T03:24:43.314Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15f879da-7ffb-43e6-b848-59bb41c51e81
VfModuleModelInvariantUUID:c3470be7-ebbd-433b-8ab2-0c4b846692ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
d62fa48c-7f40-4bb0-92ac-28e29dde3ca9
,
7bd574c3-bae4-4a53-8f17-cc7ef3f07230

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

isBase:true


}

2022-04-23T03:24:43.314Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d62fa48c-7f40-4bb0-92ac-28e29dde3ca9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-23T03:24:43.314Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:24:43.314Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-23T03:24:43.354Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:24:43.355Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d62fa48c-7f40-4bb0-92ac-28e29dde3ca9 5033
2022-04-23T03:24:43.355Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T03:24:43.355Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-23T03:24:43.355Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:24:43.355Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:43.356Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:43.356Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684283355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:43.457Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:43.457Z||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-04-23T03:24:43.457Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:43.471Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:43.471Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:44.357Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7bd574c3-bae4-4a53-8f17-cc7ef3f07230 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-23T03:24:44.358Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:24:44.358Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-23T03:24:44.403Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:24:44.403Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 7bd574c3-bae4-4a53-8f17-cc7ef3f07230 909
2022-04-23T03:24:44.403Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T03:24:44.403Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-23T03:24:44.403Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:24:44.404Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:44.405Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:44.405Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684284403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:24:44.506Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:44.506Z||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-04-23T03:24:44.506Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:44.520Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:44.520Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:45.406Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4cc1d370-540b-48e8-8189-4426d00eef83
2022-04-23T03:24:45.407Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2f15a4b2-df40-4450-9683-15ffb2cae1eb 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-04-23T03:24:45.418Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68b29a3e, org.onap.sdc.toscaparser.api.parameters.Input@19600b70, org.onap.sdc.toscaparser.api.parameters.Input@a9b2c00, org.onap.sdc.toscaparser.api.parameters.Input@6a2227c8, org.onap.sdc.toscaparser.api.parameters.Input@163d33d8]
2022-04-23T03:24:45.419Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.419Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.419Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T03:24:45.419Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8cf17a1f-0818-4f34-bf24-6837f79ff9b3
2022-04-23T03:24:45.419Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cf17a1f-0818-4f34-bf24-6837f79ff9b3 matches Tosca VF Customization UUID: 8cf17a1f-0818-4f34-bf24-6837f79ff9b3
2022-04-23T03:24:45.419Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8cf17a1f-0818-4f34-bf24-6837f79ff9b3  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-04-23T03:24:45.421Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.421Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.422Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8cf17a1f-0818-4f34-bf24-6837f79ff9b3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-23T03:24:45.422Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27d02702
2022-04-23T03:24:45.422Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.422Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:24:45.422Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be6051e3-e25b-4194-b9dc-5c4197b34711
2022-04-23T03:24:45.422Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be6051e3-e25b-4194-b9dc-5c4197b34711
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-04-23T03:24:45.424Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.424Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:45.424Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:24:45.424Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-23T03:24:45.425Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=639dd2a3-dc8d-4603-8db0-148523fcae09
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-04-23T03:24:45.427Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.427Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:45.427Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:24:45.427Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.427Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-23T03:24:45.427Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8cf17a1f-0818-4f34-bf24-6837f79ff9b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4cc1d370-540b-48e8-8189-4426d00eef83: basicclamp
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.429Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.430Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.430Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.430Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.430Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:24:45.430Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:24:45.430Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-23T03:24:45.507Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2f15a4b2-df40-4450-9683-15ffb2cae1eb 1 ASDC deployResourceStructure
2022-04-23T03:24:45.508Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-23T03:24:45.508Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-23T03:24:45.508Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:24:45.508Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:45.510Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:45.510Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684285508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:45.610Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:45.611Z||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-04-23T03:24:45.611Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:45.622Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:45.623Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:46.511Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-23T03:24:46.511Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-23T03:24:46.511Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:24:46.511Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:46.513Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:46.513Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684286511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:46.613Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:46.614Z||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-04-23T03:24:46.614Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:46.626Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:46.626Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:47.513Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-23T03:24:47.514Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-23T03:24:47.514Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:24:47.514Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:47.516Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:47.516Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684287513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:47.616Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:24:47.616Z||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-04-23T03:24:47.616Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:47.629Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:47.629Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:48.516Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-23T03:24:48.517Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-23T03:24:48.517Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:24:48.517Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:24:48.518Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:24:48.518Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684288516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:24:48.618Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:24:48.619Z||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-04-23T03:24:48.619Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:24:48.631Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:24:48.631Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:24:49.519Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e59ea8f9-d958-4ba8-aef8-a189a30c8186
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:24:49.531Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e59ea8f9-d958-4ba8-aef8-a189a30c8186
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-23T03:24:49.533Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T03:24:49.538Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:25:19.538Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e59ea8f9-d958-4ba8-aef8-a189a30c8186 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-04-23T03:25:19.549Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e59ea8f9-d958-4ba8-aef8-a189a30c8186 and serviceModelVersionId: 4cc1d370-540b-48e8-8189-4426d00eef83
2022-04-23T03:25:19.549Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b56d5b8-08dd-4c51-9327-90dfa06226b1
2022-04-23T03:25:19.550Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b56d5b8-08dd-4c51-9327-90dfa06226b1/model-vers/model-ver/4cc1d370-540b-48e8-8189-4426d00eef83?depth=0
2022-04-23T03:25:19.554Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:25:19.587Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b56d5b8-08dd-4c51-9327-90dfa06226b1/model-vers/model-ver/4cc1d370-540b-48e8-8189-4426d00eef83?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-04-23T03:25:19.587Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b56d5b8-08dd-4c51-9327-90dfa06226b1/model-vers/model-ver/4cc1d370-540b-48e8-8189-4426d00eef83?depth=0|INFO|500||Invoke
2022-04-23T03:25:19.604Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b56d5b8-08dd-4c51-9327-90dfa06226b1/model-vers/model-ver/4cc1d370-540b-48e8-8189-4426d00eef83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-23T03:25:19.685Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b56d5b8-08dd-4c51-9327-90dfa06226b1/model-vers/model-ver/4cc1d370-540b-48e8-8189-4426d00eef83?depth=0|INFO|500||InvokeReturn
2022-04-23T03:25:19.685Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b56d5b8-08dd-4c51-9327-90dfa06226b1/model-vers/model-ver/4cc1d370-540b-48e8-8189-4426d00eef83?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220423-03:25:19:612-53914], vertex-id=[266432], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:25:19 GMT], Content-Type=[application/json]}
2022-04-23T03:25:19.685Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:25:19.686Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:25:19.686Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:25:19.689Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T03:25:19.689Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e59ea8f9-d958-4ba8-aef8-a189a30c8186 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-04-23T03:25:19.689Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:25:19.690Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:19.691Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:19.691Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684319689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-04-23T03:25:19.791Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:19.792Z||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-04-23T03:25:19.792Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:19.809Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:19.809Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T03:25:20.703Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T03:25:20.703Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"47917efb-9661-49fe-9725-511c534ad06c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4e612916-4963-4fd6-8cea-cceeb6a91f2b","serviceDescription":"service","serviceInvariantUUID":"cc799d1f-9be7-435c-b034-4cebc749504c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ce32c12-1571-45ce-ac01-2a4fc17e030e","resourceInvariantUUID":"5550be1b-f8a4-41c9-88d3-18fc59b4c7e7","resourceCustomizationUUID":"07f4f326-8c41-42cd-a2ff-5779c1e66056","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":"NWNiZTQyYzE0OTUzYzVlNmRjNGFiZjkyMGM2YWI3OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83d53d1b-644b-4155-81e2-87b4632519e5","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":"N2YxMGIyMThjOThmZTgxMmQ4ZjdhMDJiOTNjNTIxZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2105ec51-9a06-4665-913e-71f2995e8a4c","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":"8c4b93cd-2fcb-413f-9e73-55d1e24b29a4","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":"d0848f9e-6bbc-4786-a539-25002fd51b0b","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":"e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f","artifactVersion":"2","generatedFromUUID":"8c4b93cd-2fcb-413f-9e73-55d1e24b29a4"},{"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":"NzA5ZmQzYWNjMGI2M2NiYTYzODcyNGM0ZTk4ODM3MzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"982e42e5-9d42-4243-a378-517b938b064a","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":"ZjhhMWFhODIyODZhNTdlOTEwNWRiZjU4ZmE1ODEwNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7646630-c969-4c32-8c6f-2d0a3eacd9ab","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWNjNWRhOTM4NjljOTQ4ZmVkYWFjOWNhYmM2OWY2YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2373e7f-1269-42bd-b150-1077b4452545","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:25:20.704Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:20.704Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:20.705Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:20.705Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:25:20.806Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:20.806Z||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-04-23T03:25:20.806Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:20.820Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:20.820Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:25:21.706Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:21.706Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:21.708Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:21.708Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:25:21.809Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:25:21.809Z||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-04-23T03:25:21.809Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:21.822Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:21.822Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:22.709Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:22.709Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:22.711Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:22.711Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:25:22.812Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:22.812Z||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-04-23T03:25:22.812Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:22.826Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:22.826Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:23.712Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:23.712Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:23.714Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:23.714Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:25:23.814Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:23.815Z||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-04-23T03:25:23.815Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:23.828Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:23.829Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:24.715Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:24.715Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:24.718Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:24.718Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T03:25:24.818Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:24.819Z||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-04-23T03:25:24.819Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:24.832Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:24.832Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:25.718Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:25.719Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:25.720Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:25.720Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:25:25.821Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:25.821Z||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-04-23T03:25:25.821Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:25.833Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:25.833Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:26.721Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:26.721Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:26.723Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:26.723Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:25:26.823Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:26.824Z||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-04-23T03:25:26.824Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:26.836Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:26.836Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:25:27.723Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:25:27.724Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:27.725Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:27.725Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:25:27.825Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:27.826Z||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-04-23T03:25:27.826Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:27.836Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:27.837Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:28.726Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4e612916-4963-4fd6-8cea-cceeb6a91f2b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cc799d1f-9be7-435c-b034-4cebc749504c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "07f4f326-8c41-42cd-a2ff-5779c1e66056",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ce32c12-1571-45ce-ac01-2a4fc17e030e",
      "resourceInvariantUUID": "5550be1b-f8a4-41c9-88d3-18fc59b4c7e7",
      "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": "N2YxMGIyMThjOThmZTgxMmQ4ZjdhMDJiOTNjNTIxZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2105ec51-9a06-4665-913e-71f2995e8a4c",
          "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": "8c4b93cd-2fcb-413f-9e73-55d1e24b29a4",
          "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": "e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f",
            "generatedFromUUID": "8c4b93cd-2fcb-413f-9e73-55d1e24b29a4"
          },
          "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": "e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWNjNWRhOTM4NjljOTQ4ZmVkYWFjOWNhYmM2OWY2YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2373e7f-1269-42bd-b150-1077b4452545"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:25:28.727Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:25:28.727Z|e59ea8f9-d958-4ba8-aef8-a189a30c8186|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e612916-4963-4fd6-8cea-cceeb6a91f2b ASDC
2022-04-23T03:25:28.727Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:47917efb-9661-49fe-9725-511c534ad06c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4e612916-4963-4fd6-8cea-cceeb6a91f2b
ServiceInvariantUUID:cc799d1f-9be7-435c-b034-4cebc749504c
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:e2373e7f-1269-42bd-b150-1077b4452545
ArtifactChecksum:ZWNjNWRhOTM4NjljOTQ4ZmVkYWFjOWNhYmM2OWY2YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:07f4f326-8c41-42cd-a2ff-5779c1e66056
ResourceInvariantUUID:5550be1b-f8a4-41c9-88d3-18fc59b4c7e7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7ce32c12-1571-45ce-ac01-2a4fc17e030e
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:2105ec51-9a06-4665-913e-71f2995e8a4c
ArtifactChecksum:N2YxMGIyMThjOThmZTgxMmQ4ZjdhMDJiOTNjNTIxZDE=
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:8c4b93cd-2fcb-413f-9e73-55d1e24b29a4
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:e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f
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:e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T03:25:28.727Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e612916-4963-4fd6-8cea-cceeb6a91f2b 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-04-23T03:25:28.761Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:25:28.761Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:25:28.761Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:25:28.761Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2373e7f-1269-42bd-b150-1077b4452545 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T03:25:28.762Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:25:28.762Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T03:25:29.050Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:25:29.053Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e2373e7f-1269-42bd-b150-1077b4452545 78810
2022-04-23T03:25:29.054Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-23T03:25:29.054Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T03:25:29.054Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:25:29.054Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:29.055Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:29.055Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684329053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:25:29.155Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:25:29.156Z||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-04-23T03:25:29.156Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:29.171Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:29.171Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:30.056Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:25:30.057Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:25:30.057Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e2373e7f-1269-42bd-b150-1077b4452545, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.057Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.057Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.058Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.140Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8701714101489251457/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-23T03:25:30.955Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:25:30.955Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:25:30.955Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.956Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.957Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:30.958Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ba358234-c684-4033-8e66-dd057ba4869c
2022-04-23T03:25:30.959Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:30.960Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4e612916-4963-4fd6-8cea-cceeb6a91f2b
Model Version:NULL
Model InvariantUuid:cc799d1f-9be7-435c-b034-4cebc749504c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8001a533-34de-498c-9ecb-a9011cbca70c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5550be1b-f8a4-41c9-88d3-18fc59b4c7e7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:07f4f326-8c41-42cd-a2ff-5779c1e66056
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ef446a9-73fe-406e-966e-62e77d25d055
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:833f156a-d9c5-42b6-9bfc-548a5057cb00
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ba358234-c684-4033-8e66-dd057ba4869c
ModelInvariantUuid:07b0c757-39f8-4a71-a917-09c5909fe2f1
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a4698d6a-e71e-4f7f-9873-15a28560b38a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:40b7ccee-787d-45ab-9cee-ef13252707ed
ModelInvariantUuid:0b0f94d3-f847-4ff0-b1f9-852519889446
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ca88cab4-0a94-466f-9b00-b5fff4017717
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-04-23T03:25:30.965Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ce32c12-1571-45ce-ac01-2a4fc17e030e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:25:30.966Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-04-23T03:25:30.967Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ce32c12-1571-45ce-ac01-2a4fc17e030e
2022-04-23T03:25:30.967Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2105ec51-9a06-4665-913e-71f2995e8a4c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-23T03:25:30.967Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:25:30.967Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:31.252Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:25:31.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2105ec51-9a06-4665-913e-71f2995e8a4c 792
2022-04-23T03:25:31.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:31.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:31.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:25:31.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:31.255Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:31.255Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684331253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:25:31.355Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:31.356Z||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-04-23T03:25:31.356Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:31.369Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:31.369Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:25:31.460Z||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-04-23T03:25:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:31.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:31.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:25:31.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:25:31.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:25:32.255Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9ef446a9-73fe-406e-966e-62e77d25d055",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "833f156a-d9c5-42b6-9bfc-548a5057cb00",
    "vfModuleModelCustomizationUUID": "7f406685-ee07-42a0-a58f-ea68f815c553",
    "isBase": true,
    "artifacts": [
      "8c4b93cd-2fcb-413f-9e73-55d1e24b29a4",
      "e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f"
    ],
    "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-04-23T03:25:32.257Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:833f156a-d9c5-42b6-9bfc-548a5057cb00
VfModuleModelInvariantUUID:9ef446a9-73fe-406e-966e-62e77d25d055
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c4b93cd-2fcb-413f-9e73-55d1e24b29a4
,
e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f

}
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-04-23T03:25:32.259Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9ef446a9-73fe-406e-966e-62e77d25d055",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "833f156a-d9c5-42b6-9bfc-548a5057cb00",
    "vfModuleModelCustomizationUUID": "7f406685-ee07-42a0-a58f-ea68f815c553",
    "isBase": true,
    "artifacts": [
      "8c4b93cd-2fcb-413f-9e73-55d1e24b29a4",
      "e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f"
    ],
    "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-04-23T03:25:32.259Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:833f156a-d9c5-42b6-9bfc-548a5057cb00
VfModuleModelInvariantUUID:9ef446a9-73fe-406e-966e-62e77d25d055
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c4b93cd-2fcb-413f-9e73-55d1e24b29a4
,
e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f

}
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-04-23T03:25:32.259Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c4b93cd-2fcb-413f-9e73-55d1e24b29a4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-23T03:25:32.259Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:25:32.259Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:32.470Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:25:32.470Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8c4b93cd-2fcb-413f-9e73-55d1e24b29a4 5033
2022-04-23T03:25:32.471Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:32.471Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:32.471Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:25:32.471Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:32.473Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:32.473Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684332471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:25:32.573Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:32.573Z||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-04-23T03:25:32.573Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:32.586Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:32.587Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:33.473Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-23T03:25:33.474Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:25:33.474Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:33.755Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:25:33.756Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e4ed2ef5-1b9a-4bcb-9e5a-d703f095f34f 903
2022-04-23T03:25:33.756Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:33.756Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:33.756Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:25:33.756Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:33.758Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:33.758Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684333756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:25:33.858Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:33.859Z||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-04-23T03:25:33.859Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:33.872Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:33.872Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:34.758Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4e612916-4963-4fd6-8cea-cceeb6a91f2b
2022-04-23T03:25:34.759Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7ce32c12-1571-45ce-ac01-2a4fc17e030e 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-04-23T03:25:34.769Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67561c20, org.onap.sdc.toscaparser.api.parameters.Input@1f5293be, org.onap.sdc.toscaparser.api.parameters.Input@6f26e4b8, org.onap.sdc.toscaparser.api.parameters.Input@4a8592e9, org.onap.sdc.toscaparser.api.parameters.Input@1d653085]
2022-04-23T03:25:34.770Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.770Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.771Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T03:25:34.771Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 07f4f326-8c41-42cd-a2ff-5779c1e66056
2022-04-23T03:25:34.771Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07f4f326-8c41-42cd-a2ff-5779c1e66056 matches Tosca VF Customization UUID: 07f4f326-8c41-42cd-a2ff-5779c1e66056
2022-04-23T03:25:34.771Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 07f4f326-8c41-42cd-a2ff-5779c1e66056  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-04-23T03:25:34.773Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.773Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.773Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 07f4f326-8c41-42cd-a2ff-5779c1e66056: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-23T03:25:34.773Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@288e6b40
2022-04-23T03:25:34.773Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.773Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:25:34.774Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f406685-ee07-42a0-a58f-ea68f815c553
2022-04-23T03:25:34.774Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f406685-ee07-42a0-a58f-ea68f815c553
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-04-23T03:25:34.776Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.776Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:34.776Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:25:34.776Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.776Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:34.776Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:25:34.777Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.777Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-23T03:25:34.777Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-23T03:25:34.777Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-23T03:25:34.777Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ba358234-c684-4033-8e66-dd057ba4869c
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-04-23T03:25:34.779Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.779Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:34.779Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:25:34.779Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.780Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-23T03:25:34.780Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=07f4f326-8c41-42cd-a2ff-5779c1e66056
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:25:34.781Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.781Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.781Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4e612916-4963-4fd6-8cea-cceeb6a91f2b: basic_vm_macro
2022-04-23T03:25:34.781Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.781Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.781Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:25:34.782Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:34.849Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7ce32c12-1571-45ce-ac01-2a4fc17e030e 1 ASDC deployResourceStructure
2022-04-23T03:25:34.849Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:34.850Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:34.850Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:25:34.850Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:34.851Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:34.851Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684334849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:25:34.951Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:34.952Z||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-04-23T03:25:34.952Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:34.965Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:34.966Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:35.852Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:35.852Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:35.852Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:25:35.852Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:35.854Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:35.854Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684335852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:25:35.954Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:35.955Z||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-04-23T03:25:35.955Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:35.967Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:35.968Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:36.855Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:36.855Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||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-04-23T03:25:36.855Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:25:36.855Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:36.857Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:36.857Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684336855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:25:36.957Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:36.957Z||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-04-23T03:25:36.958Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:36.970Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:36.970Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:37.857Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-23T03:25:37.857Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-23T03:25:37.857Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:25:37.858Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:25:37.859Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:25:37.860Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684337857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:25:37.960Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:25:37.960Z||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-04-23T03:25:37.960Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:25:37.974Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:25:37.974Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:25:38.860Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:25:38.870Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:25:38.872Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:25:38.872Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:25:38.872Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:26:08.873Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:26:08.886Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:26:08.888Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:26:08.888Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:26:08.888Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:26:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:26:31.460Z||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-04-23T03:26:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:26:31.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:26:31.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:26:31.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:26:31.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:26:38.888Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:26:38.897Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:26:38.898Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:26:38.898Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:26:38.899Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:27:08.899Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:27:08.908Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:27:08.912Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:27:08.912Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-23T03:27:08.912Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-23T03:27:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:27:31.460Z||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-04-23T03:27:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:27:31.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:27:31.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684241366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684268185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684276957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684265095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684263211,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684268856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684279685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684279704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684279803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684280304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684280708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684280891,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "cds",
  "timestamp": 1650684281061,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-23T03:27:31.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
2022-04-23T03:27:31.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:27:31.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "policy-id",
  "timestamp": 1650684281711,
  "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-04-23T03:27:31.523Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
2022-04-23T03:27:31.523Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:27:31.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684281995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684282307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684283043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684283060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684283355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "aai-ml",
  "timestamp": 1650684284063,
  "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-04-23T03:27:31.538Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47917efb-9661-49fe-9725-511c534ad06c
2022-04-23T03:27:31.538Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:27:31.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684284092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684284160,
  "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-04-23T03:27:31.550Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
2022-04-23T03:27:31.550Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:27:31.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684284403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684274865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650684285163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684285508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684285606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684286096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684286511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "clamp",
  "timestamp": 1650684287100,
  "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-04-23T03:27:31.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47917efb-9661-49fe-9725-511c534ad06c
2022-04-23T03:27:31.561Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684287513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650684278252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684288279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684288516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650684289282,
  "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-04-23T03:27:31.572Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
2022-04-23T03:27:31.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:27:31.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684288104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684307266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684298185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684308894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684311098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "clamp",
  "timestamp": 1650684312102,
  "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-04-23T03:27:31.589Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
2022-04-23T03:27:31.589Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:27:31.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684314276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:27:31.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "aai-ml",
  "timestamp": 1650684315279,
  "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-04-23T03:27:31.600Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
2022-04-23T03:27:31.600Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e59ea8f9-d958-4ba8-aef8-a189a30c8186",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684319689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684329053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684331253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:27:31.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:27:38.912Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:27:38.924Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:27:38.927Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T03:27:38.931Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:28:08.932Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47917efb-9661-49fe-9725-511c534ad06c 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-04-23T03:28:08.939Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47917efb-9661-49fe-9725-511c534ad06c and serviceModelVersionId: 4e612916-4963-4fd6-8cea-cceeb6a91f2b
2022-04-23T03:28:08.939Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc799d1f-9be7-435c-b034-4cebc749504c
2022-04-23T03:28:08.940Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc799d1f-9be7-435c-b034-4cebc749504c/model-vers/model-ver/4e612916-4963-4fd6-8cea-cceeb6a91f2b?depth=0
2022-04-23T03:28:08.944Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:28:08.970Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc799d1f-9be7-435c-b034-4cebc749504c/model-vers/model-ver/4e612916-4963-4fd6-8cea-cceeb6a91f2b?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-04-23T03:28:08.971Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc799d1f-9be7-435c-b034-4cebc749504c/model-vers/model-ver/4e612916-4963-4fd6-8cea-cceeb6a91f2b?depth=0|INFO|500||Invoke
2022-04-23T03:28:08.987Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc799d1f-9be7-435c-b034-4cebc749504c/model-vers/model-ver/4e612916-4963-4fd6-8cea-cceeb6a91f2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T03:28:09.219Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc799d1f-9be7-435c-b034-4cebc749504c/model-vers/model-ver/4e612916-4963-4fd6-8cea-cceeb6a91f2b?depth=0|INFO|500||InvokeReturn
2022-04-23T03:28:09.220Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc799d1f-9be7-435c-b034-4cebc749504c/model-vers/model-ver/4e612916-4963-4fd6-8cea-cceeb6a91f2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220423-03:28:08:993-2414], vertex-id=[196664], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:28:08 GMT], Content-Type=[application/json]}
2022-04-23T03:28:09.220Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:28:09.220Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:28:09.220Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:28:09.224Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T03:28:09.224Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47917efb-9661-49fe-9725-511c534ad06c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T03:28:09.225Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:28:09.225Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:09.227Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:09.227Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684489225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:28:09.327Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:09.327Z||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-04-23T03:28:09.328Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:09.346Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:09.346Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 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-04-23T03:28:10.239Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-23T03:28:10.239Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6f9feb23-b20e-4b0d-9132-9cfbd2197115","serviceDescription":"service","serviceInvariantUUID":"df690125-d548-4e38-9656-741595873e57","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b834296d-7a88-44ec-8584-620e3ab9be39","resourceInvariantUUID":"945fc8e4-0f69-4302-80da-664fff18937c","resourceCustomizationUUID":"b105547c-bedb-45a4-9cd4-b4ab269a9028","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":"Zjc1NzlkMzZjNWQwNTk1MjdmOTkzZTc2MjliMThiYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad6374a2-9099-4504-b96c-a68a8164b6cf","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":"NjJhMTEyZjhiMzBiMWU5Mzc4MmJkOGVkMzQ1OTRkZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"349bf4d3-9645-4ba8-9dcd-e18ed0d869d8","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":"ed206f01-7cfc-4b17-9565-0991d185a2eb","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":"7018df42-beea-45bb-b4cb-d2e4d67698ba","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":"71d18be5-2dc9-43e1-974e-31286724855a","artifactVersion":"2","generatedFromUUID":"27ed7430-b00a-4b5b-b03e-73a0340ed087"},{"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":"09a4f5e6-af94-4e50-bfd7-e43470e18dc7","artifactVersion":"2","generatedFromUUID":"ed206f01-7cfc-4b17-9565-0991d185a2eb"},{"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":"27ed7430-b00a-4b5b-b03e-73a0340ed087","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":"47de80d2-0a16-4d6c-95d4-3022007af03f","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":"MDgyMDkzNzVmZTUwOTRkZDMxODIxMmM1MjE1NGZjNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c96c6a06-8dcc-4a1f-b10e-6ca8946df246","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTYzYzI0MWJlM2Q1NDA4M2FmOTg1MWQ2NmYxZmU0NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d259b1d5-b03b-4926-81e4-a7e45e026012","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-23T03:28:10.240Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:10.240Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:10.241Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:10.241Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:28:10.341Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:28:10.342Z||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-04-23T03:28:10.342Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:10.354Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:10.354Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:11.242Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:11.243Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:11.244Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:11.245Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:28:11.344Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:28:11.345Z||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-04-23T03:28:11.345Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:11.357Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:11.357Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:28:12.245Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:12.246Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:12.247Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:12.247Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:28:12.347Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:12.348Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:12.348Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:12.360Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:12.360Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:13.248Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:13.249Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:13.250Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:13.250Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:28:13.350Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:13.351Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:13.351Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:13.364Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:13.365Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:14.250Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:14.251Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:14.252Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:14.252Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-23T03:28:14.353Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:14.353Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:14.353Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:14.366Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:14.366Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:15.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:15.253Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:15.255Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:15.255Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-23T03:28:15.355Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:15.356Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:15.356Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:15.369Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:15.369Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:16.255Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:16.256Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:16.257Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:16.257Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-23T03:28:16.358Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:28:16.358Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:16.358Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:16.370Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:16.370Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:17.258Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:17.259Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:17.260Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:17.260Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:28:17.360Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:17.362Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:17.362Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:17.377Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:17.377Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:18.261Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:18.262Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:18.263Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:18.263Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:28:18.363Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:18.364Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:18.364Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:18.378Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:18.378Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:19.263Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-23T03:28:19.264Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:19.265Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:19.265Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:28:19.366Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:28:19.366Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:19.366Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:19.380Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:19.380Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:20.269Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6f9feb23-b20e-4b0d-9132-9cfbd2197115",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df690125-d548-4e38-9656-741595873e57",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b105547c-bedb-45a4-9cd4-b4ab269a9028",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b834296d-7a88-44ec-8584-620e3ab9be39",
      "resourceInvariantUUID": "945fc8e4-0f69-4302-80da-664fff18937c",
      "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": "NjJhMTEyZjhiMzBiMWU5Mzc4MmJkOGVkMzQ1OTRkZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "349bf4d3-9645-4ba8-9dcd-e18ed0d869d8",
          "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": "ed206f01-7cfc-4b17-9565-0991d185a2eb",
          "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": "09a4f5e6-af94-4e50-bfd7-e43470e18dc7",
            "generatedFromUUID": "ed206f01-7cfc-4b17-9565-0991d185a2eb"
          },
          "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": "71d18be5-2dc9-43e1-974e-31286724855a",
          "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": "09a4f5e6-af94-4e50-bfd7-e43470e18dc7",
          "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": "27ed7430-b00a-4b5b-b03e-73a0340ed087",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTYzYzI0MWJlM2Q1NDA4M2FmOTg1MWQ2NmYxZmU0NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d259b1d5-b03b-4926-81e4-a7e45e026012"
    }
  ],
  "workloadContext": "Production"
}
2022-04-23T03:28:20.270Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-23T03:28:20.270Z|47917efb-9661-49fe-9725-511c534ad06c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6f9feb23-b20e-4b0d-9132-9cfbd2197115 ASDC
2022-04-23T03:28:20.270Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:6f9feb23-b20e-4b0d-9132-9cfbd2197115
ServiceInvariantUUID:df690125-d548-4e38-9656-741595873e57
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:d259b1d5-b03b-4926-81e4-a7e45e026012
ArtifactChecksum:ZTYzYzI0MWJlM2Q1NDA4M2FmOTg1MWQ2NmYxZmU0NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b105547c-bedb-45a4-9cd4-b4ab269a9028
ResourceInvariantUUID:945fc8e4-0f69-4302-80da-664fff18937c
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b834296d-7a88-44ec-8584-620e3ab9be39
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:349bf4d3-9645-4ba8-9dcd-e18ed0d869d8
ArtifactChecksum:NjJhMTEyZjhiMzBiMWU5Mzc4MmJkOGVkMzQ1OTRkZjg=
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:ed206f01-7cfc-4b17-9565-0991d185a2eb
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:09a4f5e6-af94-4e50-bfd7-e43470e18dc7
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:71d18be5-2dc9-43e1-974e-31286724855a
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:09a4f5e6-af94-4e50-bfd7-e43470e18dc7
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:27ed7430-b00a-4b5b-b03e-73a0340ed087
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-23T03:28:20.270Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f9feb23-b20e-4b0d-9132-9cfbd2197115 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-04-23T03:28:20.304Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:28:20.304Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:28:20.304Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:28:20.305Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d259b1d5-b03b-4926-81e4-a7e45e026012 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:20.305Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:28:20.305Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:20.446Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:28:20.452Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d259b1d5-b03b-4926-81e4-a7e45e026012 158204
2022-04-23T03:28:20.452Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-23T03:28:20.452Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:20.452Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:28:20.452Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:20.454Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:20.454Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684500452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:20.554Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:20.555Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:20.555Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:20.566Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:20.567Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:21.454Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-23T03:28:21.455Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-23T03:28:21.455Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d259b1d5-b03b-4926-81e4-a7e45e026012, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:21.455Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-23T03:28:21.456Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:21.456Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:21.543Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4864436653507554875/Definitions/service-BasicCnfMacro-template.yml
2022-04-23T03:28:22.317Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-23T03:28:22.317Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:28:22.317Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:22.317Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-23T03:28:22.317Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:28:22.318Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.319Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:28:22.320Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d6116054-4882-4258-8891-71b988a03f28
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.321Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:22.322Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:22.322Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:6f9feb23-b20e-4b0d-9132-9cfbd2197115
Model Version:NULL
Model InvariantUuid:df690125-d548-4e38-9656-741595873e57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:99a07200-280b-46e3-9c71-bcc58ea3ac1c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:945fc8e4-0f69-4302-80da-664fff18937c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b105547c-bedb-45a4-9cd4-b4ab269a9028
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d7c71dde-1c97-47fa-a921-ec6ffd173c70
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:eb0cbe50-1712-4cb4-a311-ffc82eafbe0a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:62554142-5f53-40f4-9694-705fb691284f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:10e96635-13b5-486a-9b7f-c3f3cbf79ff7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6116054-4882-4258-8891-71b988a03f28
ModelInvariantUuid:e125b4a7-b116-42fc-8a9a-3c1ce1bbc56b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:fed8c86b-086d-4591-9a79-b825a42f0e94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7346e0b4-8161-4dfd-b1dc-726c60b03d1f
ModelInvariantUuid:7aced5e8-8ba4-4dcf-84f7-3f39186c4e52
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:507f0a17-5cf2-4096-87cb-62dfdf808c59
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-04-23T03:28:22.327Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b834296d-7a88-44ec-8584-620e3ab9be39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:28:22.329Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-04-23T03:28:22.329Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b834296d-7a88-44ec-8584-620e3ab9be39
2022-04-23T03:28:22.330Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 349bf4d3-9645-4ba8-9dcd-e18ed0d869d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-23T03:28:22.330Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:28:22.330Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:22.374Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:28:22.375Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 349bf4d3-9645-4ba8-9dcd-e18ed0d869d8 1565
2022-04-23T03:28:22.375Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:22.375Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:22.375Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:28:22.375Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:22.377Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:22.377Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684502375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:22.477Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:22.477Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:22.478Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:22.491Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:22.491Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:23.377Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "62554142-5f53-40f4-9694-705fb691284f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "10e96635-13b5-486a-9b7f-c3f3cbf79ff7",
    "vfModuleModelCustomizationUUID": "dc8a34c0-c8e4-43ba-8ee7-34eb7d9c1a46",
    "isBase": true,
    "artifacts": [
      "ed206f01-7cfc-4b17-9565-0991d185a2eb",
      "09a4f5e6-af94-4e50-bfd7-e43470e18dc7"
    ],
    "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": "d7c71dde-1c97-47fa-a921-ec6ffd173c70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb0cbe50-1712-4cb4-a311-ffc82eafbe0a",
    "vfModuleModelCustomizationUUID": "67c1961b-0a92-4338-9b84-453f0e57a3e6",
    "isBase": false,
    "artifacts": [
      "27ed7430-b00a-4b5b-b03e-73a0340ed087"
    ],
    "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-04-23T03:28:23.380Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10e96635-13b5-486a-9b7f-c3f3cbf79ff7
VfModuleModelInvariantUUID:62554142-5f53-40f4-9694-705fb691284f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed206f01-7cfc-4b17-9565-0991d185a2eb
,
09a4f5e6-af94-4e50-bfd7-e43470e18dc7

}
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:eb0cbe50-1712-4cb4-a311-ffc82eafbe0a
VfModuleModelInvariantUUID:d7c71dde-1c97-47fa-a921-ec6ffd173c70
VfModuleModelDescription:NULL
Artifacts UUID List:{
27ed7430-b00a-4b5b-b03e-73a0340ed087

}
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-04-23T03:28:23.382Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "62554142-5f53-40f4-9694-705fb691284f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "10e96635-13b5-486a-9b7f-c3f3cbf79ff7",
    "vfModuleModelCustomizationUUID": "dc8a34c0-c8e4-43ba-8ee7-34eb7d9c1a46",
    "isBase": true,
    "artifacts": [
      "ed206f01-7cfc-4b17-9565-0991d185a2eb",
      "09a4f5e6-af94-4e50-bfd7-e43470e18dc7"
    ],
    "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": "d7c71dde-1c97-47fa-a921-ec6ffd173c70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb0cbe50-1712-4cb4-a311-ffc82eafbe0a",
    "vfModuleModelCustomizationUUID": "67c1961b-0a92-4338-9b84-453f0e57a3e6",
    "isBase": false,
    "artifacts": [
      "27ed7430-b00a-4b5b-b03e-73a0340ed087"
    ],
    "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-04-23T03:28:23.383Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:10e96635-13b5-486a-9b7f-c3f3cbf79ff7
VfModuleModelInvariantUUID:62554142-5f53-40f4-9694-705fb691284f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed206f01-7cfc-4b17-9565-0991d185a2eb
,
09a4f5e6-af94-4e50-bfd7-e43470e18dc7

}
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:eb0cbe50-1712-4cb4-a311-ffc82eafbe0a
VfModuleModelInvariantUUID:d7c71dde-1c97-47fa-a921-ec6ffd173c70
VfModuleModelDescription:NULL
Artifacts UUID List:{
27ed7430-b00a-4b5b-b03e-73a0340ed087

}
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-04-23T03:28:23.383Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed206f01-7cfc-4b17-9565-0991d185a2eb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-23T03:28:23.383Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:28:23.383Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:23.427Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:28:23.427Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ed206f01-7cfc-4b17-9565-0991d185a2eb 914
2022-04-23T03:28:23.427Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:23.427Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:23.427Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:28:23.427Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:23.429Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:23.429Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684503427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:23.529Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:23.530Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:23.530Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:23.542Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:23.542Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:24.429Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71d18be5-2dc9-43e1-974e-31286724855a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-23T03:28:24.430Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:28:24.430Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:24.475Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:28:24.475Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 71d18be5-2dc9-43e1-974e-31286724855a 12
2022-04-23T03:28:24.475Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:24.475Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:24.475Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:28:24.475Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:24.477Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:24.477Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684504475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:24.577Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:24.578Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:24.578Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:24.592Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:24.592Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:25.477Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 09a4f5e6-af94-4e50-bfd7-e43470e18dc7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-23T03:28:25.478Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:28:25.478Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:25.519Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:28:25.519Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 09a4f5e6-af94-4e50-bfd7-e43470e18dc7 96
2022-04-23T03:28:25.520Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:25.520Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:25.520Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:28:25.520Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:25.521Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:25.521Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684505519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:25.621Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:25.622Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:25.622Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:25.634Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:25.635Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:26.522Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27ed7430-b00a-4b5b-b03e-73a0340ed087 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-23T03:28:26.522Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-23T03:28:26.522Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:26.566Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-23T03:28:26.567Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 27ed7430-b00a-4b5b-b03e-73a0340ed087 20206
2022-04-23T03:28:26.567Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:26.567Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:26.567Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-23T03:28:26.567Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:26.568Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:26.568Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684506567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:26.669Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:26.669Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:26.669Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:26.682Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:26.682Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:28:27.571Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6f9feb23-b20e-4b0d-9132-9cfbd2197115
2022-04-23T03:28:27.571Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b834296d-7a88-44ec-8584-620e3ab9be39 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-04-23T03:28:27.578Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a517ece, org.onap.sdc.toscaparser.api.parameters.Input@4634433, org.onap.sdc.toscaparser.api.parameters.Input@7548a06e, org.onap.sdc.toscaparser.api.parameters.Input@1f9eaeb7, org.onap.sdc.toscaparser.api.parameters.Input@ea81484]
2022-04-23T03:28:27.579Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.579Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.579Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-23T03:28:27.579Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b105547c-bedb-45a4-9cd4-b4ab269a9028
2022-04-23T03:28:27.579Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b105547c-bedb-45a4-9cd4-b4ab269a9028 matches Tosca VF Customization UUID: b105547c-bedb-45a4-9cd4-b4ab269a9028
2022-04-23T03:28:27.579Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b105547c-bedb-45a4-9cd4-b4ab269a9028  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-04-23T03:28:27.581Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.581Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.581Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b105547c-bedb-45a4-9cd4-b4ab269a9028: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-23T03:28:27.581Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a0eebae
2022-04-23T03:28:27.581Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.582Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-23T03:28:27.582Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67c1961b-0a92-4338-9b84-453f0e57a3e6
2022-04-23T03:28:27.582Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67c1961b-0a92-4338-9b84-453f0e57a3e6
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-04-23T03:28:27.583Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.583Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-23T03:28:27.584Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b105547c-bedb-45a4-9cd4-b4ab269a9028
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:28:27.585Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.586Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.586Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6f9feb23-b20e-4b0d-9132-9cfbd2197115: basic_cnf_macro
2022-04-23T03:28:27.586Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.586Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.586Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.586Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-23T03:28:27.587Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:27.618Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b834296d-7a88-44ec-8584-620e3ab9be39 2 ASDC deployResourceStructure
2022-04-23T03:28:27.618Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:27.618Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:27.619Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:28:27.619Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:27.620Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:27.620Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684507618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:27.720Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:27.721Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:27.721Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:27.733Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:27.734Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:28.621Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:28.621Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:28.621Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:28:28.621Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:28.623Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:28.623Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684508621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:28.723Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:28.724Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:28.724Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:28.738Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:28.738Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:29.624Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:29.624Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:29.624Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-23T03:28:29.624Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:29.626Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:29.626Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684509623,
  "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-04-23T03:28:29.727Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:28:29.727Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:29.727Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:29.740Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:29.740Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:30.627Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:30.627Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:30.627Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:28:30.627Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:30.628Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:30.628Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684510626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:30.729Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:30.729Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:30.729Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:30.742Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:30.742Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:28:31.459Z||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-04-23T03:28:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:31.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684332471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684333756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684334849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684335852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:28:31.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684336855,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:31.481Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:28:31.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:28:31.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684337857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:31.481Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:28:31.629Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:31.630Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||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-04-23T03:28:31.630Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-23T03:28:31.630Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:31.631Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:31.631Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684511629,
  "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-04-23T03:28:31.732Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-23T03:28:31.732Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:31.732Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:31.744Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:31.745Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-23T03:28:32.632Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-23T03:28:32.632Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-23T03:28:32.633Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-23T03:28:32.633Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:28:32.634Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:28:32.634Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684512632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:28:32.734Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-23T03:28:32.735Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:28:32.735Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:28:32.748Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:28:32.748Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-23T03:28:33.635Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:28:33.644Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-23T03:28:33.645Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-23T03:28:33.646Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-23T03:28:33.650Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-23T03:29:03.650Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac 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-04-23T03:29:03.656Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac and serviceModelVersionId: 6f9feb23-b20e-4b0d-9132-9cfbd2197115
2022-04-23T03:29:03.657Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df690125-d548-4e38-9656-741595873e57
2022-04-23T03:29:03.657Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df690125-d548-4e38-9656-741595873e57/model-vers/model-ver/6f9feb23-b20e-4b0d-9132-9cfbd2197115?depth=0
2022-04-23T03:29:03.661Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-23T03:29:03.685Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df690125-d548-4e38-9656-741595873e57/model-vers/model-ver/6f9feb23-b20e-4b0d-9132-9cfbd2197115?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-04-23T03:29:03.686Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df690125-d548-4e38-9656-741595873e57/model-vers/model-ver/6f9feb23-b20e-4b0d-9132-9cfbd2197115?depth=0|INFO|500||Invoke
2022-04-23T03:29:03.710Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df690125-d548-4e38-9656-741595873e57/model-vers/model-ver/6f9feb23-b20e-4b0d-9132-9cfbd2197115?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-23T03:29:04.154Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df690125-d548-4e38-9656-741595873e57/model-vers/model-ver/6f9feb23-b20e-4b0d-9132-9cfbd2197115?depth=0|INFO|500||InvokeReturn
2022-04-23T03:29:04.154Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df690125-d548-4e38-9656-741595873e57/model-vers/model-ver/6f9feb23-b20e-4b0d-9132-9cfbd2197115?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220423-03:29:03:717-85047], vertex-id=[524520], Content-Length=[0], Date=[Sat, 23 Apr 2022 03:29:03 GMT], Content-Type=[application/json]}
2022-04-23T03:29:04.154Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-23T03:29:04.154Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-23T03:29:04.154Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-23T03:29:04.158Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-23T03:29:04.159Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-23T03:29:04.159Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-23T03:29:04.159Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-23T03:29:04.160Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-23T03:29:04.160Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684544159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:29:04.260Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-23T03:29:04.261Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-23T03:29:04.261Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:04.276Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:29:04.276Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-23T03:29:05.172Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:29:05.173Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:29:05.173Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:16.001Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:29:16.001Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:29:16.001Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:29:16.001Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:25.541Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:29:25.542Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:29:25.542Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:29:25.542Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:29:31.460Z||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-04-23T03:29:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:31.474Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:29:31.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47917efb-9661-49fe-9725-511c534ad06c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684489225,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-23T03:29:31.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684271457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684500452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684502375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684503427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684504475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684505519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684506567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684507618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684508621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684509623,
  "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-04-23T03:29:31.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684510626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-23T03:29:31.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:29:35.080Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:29:35.081Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:29:35.081Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:29:35.082Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:44.620Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:29:44.620Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:29:44.621Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:29:44.621Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:29:54.154Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:30:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:30:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:30:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:30:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:30:31.459Z||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-04-23T03:30:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:30:31.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:30:31.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-23T03:30:31.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684511629,
  "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-04-23T03:30:31.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:30:41.011Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:31:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:31:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:31:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:31:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:31:31.459Z||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-04-23T03:31:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:31:31.978Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:31:31.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T03:31:31.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684512632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-23T03:31:31.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:31:31.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-23T03:31:31.979Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650684544159,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-23T03:31:31.979Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-23T03:31:41.004Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:32:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:32:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:32:31.459Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:32:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:32:31.459Z||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-04-23T03:32:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:32:40.998Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:32:40.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:33:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:33:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:33:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:33:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:33:31.460Z||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-04-23T03:33:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:33:40.998Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:33:41.001Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:34:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:34:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:34:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:34:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:34:31.459Z||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-04-23T03:34:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:34:40.998Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:34:40.998Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:35:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:35:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:35:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:35:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:35:31.459Z||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-04-23T03:35:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:35:40.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:35:40.997Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:36:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:36:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:36:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:36:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:36:31.459Z||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-04-23T03:36:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:36:40.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:36:40.998Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:37:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:37:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:37:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:37:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:37:31.459Z||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-04-23T03:37:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:37:40.996Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:37:41.000Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:38:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:38:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:38:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:38:31.459Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:38:31.459Z||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-04-23T03:38:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:38:40.995Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:38:40.996Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:39:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:39:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:39:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:39:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:39:31.459Z||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-04-23T03:39:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:39:41.002Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:39:41.005Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:40:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:40:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:40:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:40:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:40:31.459Z||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-04-23T03:40:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:40:40.997Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:40:40.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:41:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:41:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:41:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:41:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:41:31.459Z||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-04-23T03:41:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:41:40.997Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:41:41.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:42:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:42:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:42:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:42:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:42:31.459Z||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-04-23T03:42:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:42:40.994Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:42:40.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:43:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:43:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:43:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:43:31.459Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:43:31.459Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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-04-23T03:43:31.460Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:43:40.997Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:43:40.999Z|e9314603-156e-46b9-a7d2-264e88ab1a6f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:44:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:44:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:44:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:44:31.459Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:44:31.459Z||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-04-23T03:44:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:44:41.002Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:44:41.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:45:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:45:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:45:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:45:31.459Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:45:31.459Z||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-04-23T03:45:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:45:40.996Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:45:40.998Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:46:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:46:31.459Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:46:31.459Z||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-04-23T03:46:31.459Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:46:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:46:31.460Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:46:41.002Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:46:41.003Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:47:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:47:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:47:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:47:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:47:31.459Z||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-04-23T03:47:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:47:41.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:47:41.003Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:48:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:48:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:48:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:48:31.459Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:48:31.460Z||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-04-23T03:48:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:48:41.001Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:48:41.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:49:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:49:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:49:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:49:31.459Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:49:31.459Z||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-04-23T03:49:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:49:41.002Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:49:41.008Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:50:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:50:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:50:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:50:31.459Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:50:31.459Z||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-04-23T03:50:31.460Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:50:41.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:50:41.005Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:51:31.457Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:51:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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-04-23T03:51:31.458Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:51:31.459Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-23T03:51:31.459Z||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-04-23T03:51:31.459Z||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 CJ1unAbtwELf5LbV) ...
2022-04-23T03:51:40.999Z|91d6fd7e-6c87-47df-b3cf-97ca7b60d0ac|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-23T03:51:41.009Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK