Results

By type

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

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

2022-03-17T00:12:47.515Z||main|||||INFO|500||The following profiles are active: basic
2022-03-17T00:12:55.849Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-17T00:12:55.849Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-17T00:12:55.920Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-17T00:12:58.047Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-17T00:12:58.206Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-17T00:12:58.560Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-17T00:12:58.566Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-17T00:12:58.641Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-17T00:12:58.771Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-17T00:12:59.122Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-17T00:12:59.877Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T00:13:01.674Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T00:13:01.717Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-17T00:13:02.181Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T00:13:02.384Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-17T00:13:03.494Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T00:13:04.457Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-17T00:13:04.472Z||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$$d1bfbc30.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-17T00:13:04.473Z||main|||||WARN|500||The sdc end point is not alive
2022-03-17T00:13:06.828Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-17T00:13:09.181Z||main|||||WARN|500||---
2022-03-17T00:13:09.182Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-17T00:13:09.182Z||main|||||WARN|500||---
2022-03-17T00:13:09.519Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-17T00:13:13.302Z||main|||||INFO|500||Started Application in 29.819 seconds (JVM running for 30.854)
2022-03-17T00:13:13.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-17T00:13:13.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-17T00:13:13.323Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-17T00:13:13.379Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-17T00:13:13.417Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06400327-f89b-421f-b33f-73ab6e1b10ca url= /sdc/v1/artifactTypes
2022-03-17T00:13:13.417Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-17T00:13:13.711Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:13:13.730Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-17T00:13:13.748Z||scheduling-1|||||DEBUG|500||create keys
2022-03-17T00:13:13.754Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-17T00:13:13.788Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:13:13.801Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d4233c83-6656-4419-96ba-5efb72ebdf76 url= /sdc/v1/registerForDistribution
2022-03-17T00:13:14.642Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d4233c83-6656-4419-96ba-5efb72ebdf76 url= /sdc/v1/registerForDistribution
2022-03-17T00:13:14.643Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-17T00:13:14.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:13:14.651Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:13:14.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:13:14.654Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:13:14.655Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:13:14.655Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:13:14.655Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-17T00:13:25.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:13:25.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:14:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:14:14.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:14:14.652Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:14:14.652Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:14:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:14:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:14:24.208Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:14:24.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:15:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:15:14.650Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:15:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:15:14.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:15:14.651Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:15:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:15:24.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:15:24.209Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:16:14.649Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:16:14.650Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:16:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:16:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:16:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:16:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:16:24.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:16:24.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:17:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:17:14.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:17:14.650Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:17:14.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:17:14.651Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:17:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:17:24.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:17:24.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:18:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:18:14.650Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:18:14.650Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:18:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:18:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:18:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:18:24.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:18:24.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:19:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:19:14.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:19:14.650Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:19:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:19:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:19:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:19:24.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:19:24.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:20:14.649Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:20:14.650Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:20:14.650Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:20:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:20:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:20:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:20:24.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:20:24.201Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:21:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:21:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:21:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:21:14.651Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:21:14.652Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:21:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:21:24.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:21:24.198Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:22:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:22:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:22:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:22:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:22:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:22:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:22:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:22:24.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:23:08.752Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-17T00:23:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:23:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:23:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:23:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:23:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:23:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:23:24.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:23:24.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:24:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:24:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:24:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:24:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:24:14.655Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:24:14.655Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:24:24.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:24:24.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:25:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:25:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:25:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:25:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:25:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:25:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:25:24.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:25:24.216Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:26:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:26:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:26:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:26:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:26:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:26:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:26:24.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:26:24.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:27:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:27:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:27:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:27:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:27:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:27:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:27:24.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:27:24.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:28:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:28:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:28:14.650Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:28:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:28:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:28:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:28:24.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:28:24.199Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:29:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:29:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:29:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:29:14.651Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:29:14.652Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:29:14.652Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:29:24.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:29:24.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:30:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:30:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:30:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:30:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:30:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:30:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:30:24.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:30:24.197Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:31:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:31:14.650Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:31:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:31:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:31:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:31:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:31:24.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:31:24.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:32:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:32:14.650Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:32:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:32:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:32:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:32:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:32:24.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:32:24.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:33:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:33:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:33:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:33:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:33:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:33:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:33:24.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:33:24.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:34:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:34:14.650Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:34:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:34:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:34:14.650Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:34:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:34:24.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:34:24.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:35:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:35:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:35:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:35:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:35:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:35:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:35:24.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:35:24.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:36:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:36:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:36:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:36:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:36:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:36:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:36:24.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:36:24.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:37:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:37:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:37:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:37:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:37:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:37:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:37:24.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:37:24.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:38:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:38:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:38:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:38:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:38:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:38:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:38:24.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:38:24.202Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:39:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:39:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:39:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:39:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:39:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:39:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:39:24.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:39:24.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:40:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:40:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:40:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:40:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:40:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:40:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:40:24.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:40:24.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:41:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:41:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:41:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:41:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:41:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:41:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:41:24.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:41:24.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:42:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:42:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:42:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:42:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:42:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:42:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:42:24.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:42:24.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:43:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:43:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:43:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:43:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:43:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:43:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:43:24.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:43:24.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:44:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:44:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:44:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:44:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:44:14.651Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:44:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:44:24.203Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:44:24.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:45:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:45:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:45:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:45:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:45:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:45:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:45:24.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:45:24.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:46:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:46:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:46:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:46:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:46:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:46:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:46:24.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:46:24.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:47:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:47:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:47:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:47:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:47:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:47:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:47:24.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:47:24.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:48:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:48:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:48:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:48:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:48:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:48:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:48:24.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:48:24.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:49:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:49:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:49:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:49:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:49:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:49:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:49:24.193Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:49:24.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:50:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:50:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:50:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:50:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:50:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:50:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:50:24.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:50:24.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:51:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:51:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:51:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:51:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:51:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:51:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:51:24.191Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:51:24.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:52:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:52:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:52:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:52:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:52:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:52:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:52:24.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:52:24.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:53:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:53:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:53:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:53:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:53:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:53:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:53:24.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:53:24.197Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:54:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:54:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:54:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:54:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:54:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:54:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:54:24.193Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:54:24.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:55:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:55:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:55:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:55:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:55:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:55:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:55:24.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:55:24.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:56:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:56:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:56:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:56:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:56:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:56:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:56:24.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:56:24.201Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:57:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:57:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:57:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:57:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:57:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:57:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:57:24.194Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:57:24.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:58:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:58:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:58:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:58:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:58:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:58:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:58:24.203Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:58:24.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:14.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:59:14.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:59:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T00:59:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T00:59:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:15.275Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:15.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d","serviceName":"vFW 2022-03-17 00-56-23","serviceVersion":"1.0","serviceUUID":"1ace66b4-8282-4d9f-bb23-fb8833a19896","serviceDescription":"catalog service description","serviceInvariantUUID":"8527657e-33e7-443d-81b4-aae3dd17e3b0","resources":[{"resourceInstanceName":"vFW afd4234e-b74c 0","resourceName":"vFW afd4234e-b74c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91626486-cffb-4ff6-b58e-e883b0156cb6","resourceInvariantUUID":"5e9bf566-d2a0-4f59-8957-42a2e5282f7c","resourceCustomizationUUID":"157f2eae-c15d-4b70-9661-7dcc3d5ec566","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml","artifactChecksum":"YjFmYWEyZjQwM2QzN2FhMWU1YjY2MGFiMmNkMzg5ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed851310-91cc-4041-8361-d3c6203a993e","artifactVersion":"1"},{"artifactName":"vfwafd4234eb74c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json","artifactChecksum":"MGVkMDRhZTY0NWE2MTRhNDU2NjAyODQ3OWIyOTY1ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91f1c1ab-9602-44cb-b81f-7809c2a57cfa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"197a0c86-9f96-4fe1-81bd-d3214f4213fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml","artifactChecksum":"NTJiYjJjMGU1MzljNzEzMmI1ZDQ2MjE2NzkxMzJjN2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17a15914-daa0-4504-81cb-a0f403c80db3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19bb586a-3f59-4496-bb15-7c510eb11f03","artifactVersion":"2","generatedFromUUID":"197a0c86-9f96-4fe1-81bd-d3214f4213fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220317005623-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml","artifactChecksum":"YTQ2OWUxZWJhY2M5MWZiNTkxMzdlN2FjOTYwMTE4MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63a3e822-fca0-4ab0-b7ea-f7a55d26be20","artifactVersion":"1"},{"artifactName":"service-Vfw20220317005623-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar","artifactChecksum":"MTkwYThiNDI4MjIxNzM0MWFiOTg0NTVkNDU2Nzg4ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f74c8429-01e5-4d31-9f2c-1f20720ca56f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T00:59:15.283Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:15.283Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:15.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.288Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:15.297Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:15.298Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478717890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478721467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478719958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478719468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647478717412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478731528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478731538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478731735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "cds",
  "timestamp": 1647478732541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:15.400Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:15.403Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:15.403Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:15.416Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:15.417Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:15.469Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.482Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478732545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "policy-id",
  "timestamp": 1647478733549,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:15.510Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.511Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478727053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478734865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478736118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647478737125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:15.520Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.520Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:15.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:15.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478732022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478739787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478740854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478741903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478743114,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:15.529Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.529Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647478744119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478744733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478746740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "clamp",
  "timestamp": 1647478747744,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:15.537Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.537Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478747857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T00:59:15.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "aai-ml",
  "timestamp": 1647478748862,
  "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-03-17T00:59:15.544Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
2022-03-17T00:59:15.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:16.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:16.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:16.305Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:16.305Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T00:59:16.405Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:16.406Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:16.406Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:16.418Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:16.418Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:17.306Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:17.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:17.309Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:17.309Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T00:59:17.409Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:17.410Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:17.411Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:17.426Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:17.427Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:18.310Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:18.310Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:18.312Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:18.312Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:18.413Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:18.413Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:18.414Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:18.427Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:18.428Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:19.313Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:19.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:19.315Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:19.316Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T00:59:19.416Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:19.417Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:19.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:19.432Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:19.433Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:20.316Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:20.317Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:20.319Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:20.319Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T00:59:20.419Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:20.420Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:20.420Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:20.434Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:20.434Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:21.319Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T00:59:21.320Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:21.322Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:21.322Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T00:59:21.422Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:21.423Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:21.423Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:21.438Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:21.438Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:22.324Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "serviceName": "vFW 2022-03-17 00-56-23",
  "serviceVersion": "1.0",
  "serviceUUID": "1ace66b4-8282-4d9f-bb23-fb8833a19896",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8527657e-33e7-443d-81b4-aae3dd17e3b0",
  "resources": [
    {
      "resourceInstanceName": "vFW afd4234e-b74c 0",
      "resourceCustomizationUUID": "157f2eae-c15d-4b70-9661-7dcc3d5ec566",
      "resourceName": "vFW afd4234e-b74c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "91626486-cffb-4ff6-b58e-e883b0156cb6",
      "resourceInvariantUUID": "5e9bf566-d2a0-4f59-8957-42a2e5282f7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwafd4234eb74c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
          "artifactChecksum": "MGVkMDRhZTY0NWE2MTRhNDU2NjAyODQ3OWIyOTY1ZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91f1c1ab-9602-44cb-b81f-7809c2a57cfa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "197a0c86-9f96-4fe1-81bd-d3214f4213fc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "19bb586a-3f59-4496-bb15-7c510eb11f03",
            "generatedFromUUID": "197a0c86-9f96-4fe1-81bd-d3214f4213fc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "19bb586a-3f59-4496-bb15-7c510eb11f03",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220317005623-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
      "artifactChecksum": "MTkwYThiNDI4MjIxNzM0MWFiOTg0NTVkNDU2Nzg4ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f74c8429-01e5-4d31-9f2c-1f20720ca56f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T00:59:22.325Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T00:59:22.325Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ace66b4-8282-4d9f-bb23-fb8833a19896 ASDC
2022-03-17T00:59:22.423Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
ServiceName:vFW 2022-03-17 00-56-23
ServiceVersion:1.0
ServiceUUID:1ace66b4-8282-4d9f-bb23-fb8833a19896
ServiceInvariantUUID:8527657e-33e7-443d-81b4-aae3dd17e3b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220317005623-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
ArtifactUUID:f74c8429-01e5-4d31-9f2c-1f20720ca56f
ArtifactChecksum:MTkwYThiNDI4MjIxNzM0MWFiOTg0NTVkNDU2Nzg4ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW afd4234e-b74c 0
ResourceCustomizationUUID:157f2eae-c15d-4b70-9661-7dcc3d5ec566
ResourceInvariantUUID:5e9bf566-d2a0-4f59-8957-42a2e5282f7c
ResourceName:vFW afd4234e-b74c
ResourceType:VF
ResourceUUID:91626486-cffb-4ff6-b58e-e883b0156cb6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwafd4234eb74c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
ArtifactUUID:91f1c1ab-9602-44cb-b81f-7809c2a57cfa
ArtifactChecksum:MGVkMDRhZTY0NWE2MTRhNDU2NjAyODQ3OWIyOTY1ZDI=
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/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
ArtifactUUID:197a0c86-9f96-4fe1-81bd-d3214f4213fc
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/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
ArtifactUUID:19bb586a-3f59-4496-bb15-7c510eb11f03
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/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
ArtifactUUID:19bb586a-3f59-4496-bb15-7c510eb11f03
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T00:59:22.424Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ace66b4-8282-4d9f-bb23-fb8833a19896 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T00:59:22.482Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T00:59:22.483Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-17T00:59:22.484Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-17T00:59:22.484Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f74c8429-01e5-4d31-9f2c-1f20720ca56f from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:22.485Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:22.486Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:22.550Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:22.566Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar f74c8429-01e5-4d31-9f2c-1f20720ca56f 98979
2022-03-17T00:59:22.567Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar ASDC sendASDCNotification
2022-03-17T00:59:22.567Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:22.568Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:22.569Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:22.570Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:22.570Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478762566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:22.670Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:22.671Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:22.671Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:22.686Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:22.686Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:23.571Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T00:59:23.572Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-17T00:59:23.572Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f74c8429-01e5-4d31-9f2c-1f20720ca56f, URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar to file: /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:23.572Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220317005623-csar.csar
2022-03-17T00:59:23.677Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:23.677Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:24.131Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3529907268056944740/Definitions/service-Vfw20220317005623-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-17T00:59:26.408Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T00:59:26.412Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.413Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW afd4234e-b74c 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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||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-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.414Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.415Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:26.415Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-17T00:59:26.420Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.422Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.425Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.425Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-17T00:59:26.427Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T00:59:26.428Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.428Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.428Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.429Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.432Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.432Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.433Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.434Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T00:59:26.435Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.436Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T00:59:26.436Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.437Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:26.438Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:26.439Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:26.440Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1739adf4-fb77-459d-8c6f-54cedcf7199a
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.441Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.442Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.443Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d9b76cd-99fd-42be-8193-be7992ba528b
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:26.444Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:26.445Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f26e985-096e-48b0-9075-3d38e6e4881e
2022-03-17T00:59:26.446Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.447Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:26.448Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:26.448Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-17 00-56-23
Description:catalog service description
Model UUID:1ace66b4-8282-4d9f-bb23-fb8833a19896
Model Version:NULL
Model InvariantUuid:8527657e-33e7-443d-81b4-aae3dd17e3b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW afd4234e-b74c
Model UUID:20ebc667-eb40-4595-85c8-e3ace3945d03
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e9bf566-d2a0-4f59-8957-42a2e5282f7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:157f2eae-c15d-4b70-9661-7dcc3d5ec566
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc31f43f-30a0-4a95-a34a-a98a7a48e993
ModelName:VfwAfd4234eB74c..base_vfw..module-0
ModelUuid:a58d7495-aeab-4c25-84a5-2aa58903efc9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1739adf4-fb77-459d-8c6f-54cedcf7199a
ModelInvariantUuid:e0971e17-ddc8-45da-8a0b-dd969d89d112
ModelName:vFW afd4234e-b74c-nodes.vfwCvfc
ModelUuid:3fcbc641-b40b-4c24-866b-f88855888640
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:25af5c06-4285-4534-9f51-cb4c997076ca
ModelInvariantUuid:1154d613-48e8-4c40-9c2f-51bb36d513f8
ModelName:VfwAfd4234eB74c.compute.nodes.heat.vfw
ModelUuid:c74f96dc-ab37-4b0d-90c5-39cb9f22997b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9d9b76cd-99fd-42be-8193-be7992ba528b
ModelInvariantUuid:a89c8cd5-daae-4bee-8fe6-c05dd6fbca96
ModelName:vFW afd4234e-b74c-nodes.vsnCvfc
ModelUuid:62373143-0adc-49cf-9c89-764cad2a0bf3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:028a9408-9e89-42cd-b00b-b2fda6f83106
ModelInvariantUuid:261eb5a7-f5cd-4c1c-b2f4-84b613918669
ModelName:VfwAfd4234eB74c.compute.nodes.heat.vsn
ModelUuid:40a5517e-45e2-4bed-b035-be53b7aac651
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f26e985-096e-48b0-9075-3d38e6e4881e
ModelInvariantUuid:ccd30da2-aaf4-4e5f-84e3-8f02a7dc4acd
ModelName:vFW afd4234e-b74c-nodes.vpgCvfc
ModelUuid:45f23eb9-1122-4e45-9a06-e687995be80d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:36db1307-0fa8-4a35-90bf-657be7c06271
ModelInvariantUuid:9a77f5e3-6d92-43ab-b317-e9504af2701c
ModelName:VfwAfd4234eB74c.compute.nodes.heat.vpg
ModelUuid:4a97eb06-1756-4916-b6bc-97caa9cf23b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T00:59:26.468Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 91626486-cffb-4ff6-b58e-e883b0156cb6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T00:59:26.546Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||vFW afd4234e-b74c 0
2022-03-17T00:59:26.552Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91626486-cffb-4ff6-b58e-e883b0156cb6
2022-03-17T00:59:26.552Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91f1c1ab-9602-44cb-b81f-7809c2a57cfa from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:26.552Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:26.553Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:26.603Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:26.603Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json 91f1c1ab-9602-44cb-b81f-7809c2a57cfa 785
2022-03-17T00:59:26.603Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json ASDC sendASDCNotification
2022-03-17T00:59:26.604Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:26.604Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:26.604Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:26.606Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:26.607Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478766603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:26.707Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T00:59:26.707Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:26.707Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:26.721Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:26.721Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:27.607Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAfd4234eB74c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cc31f43f-30a0-4a95-a34a-a98a7a48e993",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a58d7495-aeab-4c25-84a5-2aa58903efc9",
    "vfModuleModelCustomizationUUID": "b18c1085-b787-42ab-9b4e-9b0f3113aee6",
    "isBase": true,
    "artifacts": [
      "197a0c86-9f96-4fe1-81bd-d3214f4213fc",
      "19bb586a-3f59-4496-bb15-7c510eb11f03"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T00:59:27.624Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAfd4234eB74c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a58d7495-aeab-4c25-84a5-2aa58903efc9
VfModuleModelInvariantUUID:cc31f43f-30a0-4a95-a34a-a98a7a48e993
VfModuleModelDescription:NULL
Artifacts UUID List:{
197a0c86-9f96-4fe1-81bd-d3214f4213fc
,
19bb586a-3f59-4496-bb15-7c510eb11f03

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

isBase:true


}

2022-03-17T00:59:27.626Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAfd4234eB74c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cc31f43f-30a0-4a95-a34a-a98a7a48e993",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a58d7495-aeab-4c25-84a5-2aa58903efc9",
    "vfModuleModelCustomizationUUID": "b18c1085-b787-42ab-9b4e-9b0f3113aee6",
    "isBase": true,
    "artifacts": [
      "197a0c86-9f96-4fe1-81bd-d3214f4213fc",
      "19bb586a-3f59-4496-bb15-7c510eb11f03"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAfd4234eB74c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a58d7495-aeab-4c25-84a5-2aa58903efc9
VfModuleModelInvariantUUID:cc31f43f-30a0-4a95-a34a-a98a7a48e993
VfModuleModelDescription:NULL
Artifacts UUID List:{
197a0c86-9f96-4fe1-81bd-d3214f4213fc
,
19bb586a-3f59-4496-bb15-7c510eb11f03

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

isBase:true


}

2022-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 197a0c86-9f96-4fe1-81bd-d3214f4213fc from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:27.627Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:27.680Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml 197a0c86-9f96-4fe1-81bd-d3214f4213fc 20368
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:27.681Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:27.683Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:27.683Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478767681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:27.783Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:27.784Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:27.784Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:27.798Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:27.799Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:28.684Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 19bb586a-3f59-4496-bb15-7c510eb11f03 from URL: /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:28.684Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-17T00:59:28.685Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:28.729Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-17T00:59:28.729Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env 19bb586a-3f59-4496-bb15-7c510eb11f03 2098
2022-03-17T00:59:28.730Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T00:59:28.730Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:28.730Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T00:59:28.731Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:28.733Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:28.733Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478768730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T00:59:28.833Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:28.834Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:28.834Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:28.848Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:28.849Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:29.733Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ace66b4-8282-4d9f-bb23-fb8833a19896
2022-03-17T00:59:29.734Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW afd4234e-b74c 0 91626486-cffb-4ff6-b58e-e883b0156cb6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T00:59:29.767Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c2e8371, org.onap.sdc.toscaparser.api.parameters.Input@5d2d0056, org.onap.sdc.toscaparser.api.parameters.Input@186cc596, org.onap.sdc.toscaparser.api.parameters.Input@787665ec, org.onap.sdc.toscaparser.api.parameters.Input@308b5498]
2022-03-17T00:59:29.770Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 157f2eae-c15d-4b70-9661-7dcc3d5ec566
2022-03-17T00:59:29.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 157f2eae-c15d-4b70-9661-7dcc3d5ec566 matches Tosca VF Customization UUID: 157f2eae-c15d-4b70-9661-7dcc3d5ec566
2022-03-17T00:59:29.772Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 157f2eae-c15d-4b70-9661-7dcc3d5ec566  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T00:59:29.778Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.778Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.779Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 157f2eae-c15d-4b70-9661-7dcc3d5ec566: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-17T00:59:29.780Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@328f7bf
2022-03-17T00:59:29.780Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.781Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T00:59:29.781Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b18c1085-b787-42ab-9b4e-9b0f3113aee6
2022-03-17T00:59:29.783Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b18c1085-b787-42ab-9b4e-9b0f3113aee6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T00:59:29.787Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.788Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.788Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.789Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.789Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.789Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.790Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.790Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:29.791Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:29.792Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:29.792Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.792Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:29.793Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.794Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1739adf4-fb77-459d-8c6f-54cedcf7199a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T00:59:29.802Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.803Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.803Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.803Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:29.804Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.805Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.805Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:29.805Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.806Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:29.806Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T00:59:29.806Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T00:59:29.807Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.807Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T00:59:29.807Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.808Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d9b76cd-99fd-42be-8193-be7992ba528b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T00:59:29.809Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.810Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.810Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.812Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.812Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is not matching search criteria
2022-03-17T00:59:29.813Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T00:59:29.813Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T00:59:29.813Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.814Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.814Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T00:59:29.814Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.815Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T00:59:29.815Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T00:59:29.815Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T00:59:29.816Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T00:59:29.816Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T00:59:29.816Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T00:59:29.817Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2f26e985-096e-48b0-9075-3d38e6e4881e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T00:59:29.819Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.819Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.819Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T00:59:29.820Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.820Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Node template vFW afd4234e-b74c 0 is matching search criteria
2022-03-17T00:59:29.820Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW afd4234e-b74c 0] matching following query criteria: sdcType=VF, customizationUUID=157f2eae-c15d-4b70-9661-7dcc3d5ec566
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T00:59:29.822Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.822Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.823Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ace66b4-8282-4d9f-bb23-fb8833a19896: vFW afd4234e-b74c
2022-03-17T00:59:29.823Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.823Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.824Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.824Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.824Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.825Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.825Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.825Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.826Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T00:59:29.826Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-17 00-56-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T00:59:29.827Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-17 00-56-23 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T00:59:30.066Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW afd4234e-b74c 91626486-cffb-4ff6-b58e-e883b0156cb6 1 ASDC deployResourceStructure
2022-03-17T00:59:30.067Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json ASDC sendASDCNotification
2022-03-17T00:59:30.067Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json
2022-03-17T00:59:30.068Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:30.068Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:30.070Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:30.070Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478770067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:30.170Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:30.171Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:30.171Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:30.184Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:30.184Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:31.071Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T00:59:31.071Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml
2022-03-17T00:59:31.071Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:31.072Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:31.073Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:31.073Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478771071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:31.173Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:31.176Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:31.176Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:31.190Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:31.191Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-17T00:59:32.074Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T00:59:32.075Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env
2022-03-17T00:59:32.075Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:32.075Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:32.076Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:32.076Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478772074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:32.177Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T00:59:32.177Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:32.177Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:32.193Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:32.194Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:33.077Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar ASDC sendASDCNotification
2022-03-17T00:59:33.078Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar
2022-03-17T00:59:33.078Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T00:59:33.078Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T00:59:33.080Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T00:59:33.080Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478773077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T00:59:33.180Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T00:59:33.181Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T00:59:33.183Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T00:59:33.197Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T00:59:33.197Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T00:59:34.081Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T00:59:34.095Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T00:59:34.097Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T00:59:34.098Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T00:59:34.099Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T00:59:34.099Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T00:59:34.101Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:00:04.102Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T01:00:04.111Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and serviceModelVersionId: 1ace66b4-8282-4d9f-bb23-fb8833a19896
2022-03-17T01:00:04.111Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8527657e-33e7-443d-81b4-aae3dd17e3b0
2022-03-17T01:00:14.667Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:00:14.668Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:00:14.668Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:00:14.794Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:00:14.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:00:14.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:00:14.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:00:15.477Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0
2022-03-17T01:00:15.571Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:00:16.009Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|INFO|500||Invoke
2022-03-17T01:00:16.016Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5d7782c-4766-401d-9fdc-adfe78a77951], X-ECOMP-RequestID=[6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d], X-TransactionId=[], X-ONAP-RequestID=[6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d], Content-Type=[application/merge-patch+json]}
2022-03-17T01:00:16.186Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T01:00:16.749Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?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/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220317-01:00:16:196-6652], vertex-id=[225288], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:00:16 GMT], Content-Type=[application/json]}
2022-03-17T01:00:16.751Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:00:16.751Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8527657e-33e7-443d-81b4-aae3dd17e3b0/model-vers/model-ver/1ace66b4-8282-4d9f-bb23-fb8833a19896?depth=0|INFO|500||InvokeReturn
2022-03-17T01:00:16.754Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:00:16.754Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:00:16.760Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:00:16.767Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:00:16.767Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:00:16.768Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:00:16.769Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:00:16.770Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478816767,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:00:16.870Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:00:16.871Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:00:16.871Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:00:16.885Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:00:16.886Z||pool-18-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-03-17T01:00:17.784Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:00:17.785Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:00:17.785Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:00:27.325Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:01:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:01:14.650Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:01:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:01:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:01:14.651Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:01:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:01:14.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:01:14.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:01:14.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478754649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478762566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478766603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478767681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478768730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478770067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/vfwafd4234eb74c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478771071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478772074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/resourceInstances/vfwafd4234eb74c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T01:01:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478773077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317005623/1.0/artifacts/service-Vfw20220317005623-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:01:14.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:01:24.193Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:02:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:02:14.650Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:02:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:02:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:02:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:02:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:02:15.178Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:02:15.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:02:15.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647478816767,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:02:15.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:02:24.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:03:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:03:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:03:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:03:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:03:14.652Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:03:14.652Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:03:24.195Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:03:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:04:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:04:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:04:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:04:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:04:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:04:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:04:24.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:04:24.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:05:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:05:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:05:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:05:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:05:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:05:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:05:24.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:05:24.219Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:06:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:06:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:06:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:06:14.650Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:06:14.651Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:06:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:06:24.195Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:06:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:07:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:07:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:07:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:07:14.650Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:07:14.651Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:07:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:07:24.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:07:24.193Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:08:14.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:08:14.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:08:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:08:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:08:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:08:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:08:24.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:08:24.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:14.649Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:09:14.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:09:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:09:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:09:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:20.945Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:20.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T01:09:20.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c33d00ee-8a74-455b-8df1-98d9c3dcf3ae","serviceName":"basic_onboard_sErEfZ","serviceVersion":"1.0","serviceUUID":"9bf958a9-eb65-4c05-984a-9deb2f95d909","serviceDescription":"service","serviceInvariantUUID":"8e97f68b-99c0-4d36-b5e3-15402da1b7f2","resources":[{"resourceInstanceName":"basic_onboard_sErEfZ 0","resourceName":"basic_onboard_sErEfZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b4613db-a847-439a-b4a7-cda44968e9c5","resourceInvariantUUID":"e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca","resourceCustomizationUUID":"f06da4e1-c971-4018-a2a4-6f7c0055758d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MxMmZmZGY0NWQ3NWVmNWIzMDRmYTJlNjRjM2M2MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bfdb409-ab36-477d-9331-3a84e9c79062","artifactVersion":"1"},{"artifactName":"basic_onboard_serefz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json","artifactChecksum":"MDE5MTY2YjEwNjNhZWMxMjE0ZjM3ZDA4ZTE4Y2E0NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcae04b4-f9d7-469e-91b6-1782ae814834","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a234fe0e-c86f-4a16-83d2-c4786def4882","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce321501-657a-44a7-a1af-764e8201c851","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdbc0c66-0b24-4b80-a808-b01e7535aed7","artifactVersion":"2","generatedFromUUID":"a234fe0e-c86f-4a16-83d2-c4786def4882"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSerefz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml","artifactChecksum":"MjBiODM3MGEwNzYyZDczNzkyYzE2NGE0OTFkN2NjZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92392b65-c1e9-473a-b74b-9bcb72fdcd17","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSerefz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar","artifactChecksum":"YWY3OTE0OWViODk2YWM3YTE1ZDlmMmFkZjc2NGVlN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd9b6cdb-9511-4e88-9c2d-3ffbd279714c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:09:20.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:20.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:20.952Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:20.952Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:09:21.053Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:21.053Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:21.053Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:21.076Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:21.077Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:09:21.187Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:21.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:09:21.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:09:21.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:09:21.953Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:21.954Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:21.955Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:21.955Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:09:22.056Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T01:09:22.056Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:22.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:22.086Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:22.087Z||pool-20-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:22.956Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:22.957Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:22.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:22.958Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:09:23.059Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:23.059Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:23.059Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:23.100Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:23.100Z||pool-21-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:23.959Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:23.960Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:23.962Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:23.962Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:09:24.063Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T01:09:24.063Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:24.064Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:24.078Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:24.078Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:24.963Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:24.964Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:24.965Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:24.965Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T01:09:25.066Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:25.066Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:25.066Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:25.080Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:25.081Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:09:25.966Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:25.967Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:25.968Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:25.968Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:09:26.068Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:26.069Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:26.069Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:26.086Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:26.086Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:26.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:09:26.970Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:26.971Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:26.971Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:09:27.071Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:27.072Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:27.072Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:27.087Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:27.087Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:09:27.973Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "serviceName": "basic_onboard_sErEfZ",
  "serviceVersion": "1.0",
  "serviceUUID": "9bf958a9-eb65-4c05-984a-9deb2f95d909",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8e97f68b-99c0-4d36-b5e3-15402da1b7f2",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_sErEfZ 0",
      "resourceCustomizationUUID": "f06da4e1-c971-4018-a2a4-6f7c0055758d",
      "resourceName": "basic_onboard_sErEfZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0b4613db-a847-439a-b4a7-cda44968e9c5",
      "resourceInvariantUUID": "e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_serefz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
          "artifactChecksum": "MDE5MTY2YjEwNjNhZWMxMjE0ZjM3ZDA4ZTE4Y2E0NjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fcae04b4-f9d7-469e-91b6-1782ae814834",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a234fe0e-c86f-4a16-83d2-c4786def4882",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bdbc0c66-0b24-4b80-a808-b01e7535aed7",
            "generatedFromUUID": "a234fe0e-c86f-4a16-83d2-c4786def4882"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bdbc0c66-0b24-4b80-a808-b01e7535aed7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSerefz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
      "artifactChecksum": "YWY3OTE0OWViODk2YWM3YTE1ZDlmMmFkZjc2NGVlN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd9b6cdb-9511-4e88-9c2d-3ffbd279714c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T01:09:27.973Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:09:27.973Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bf958a9-eb65-4c05-984a-9deb2f95d909 ASDC
2022-03-17T01:09:27.973Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
ServiceName:basic_onboard_sErEfZ
ServiceVersion:1.0
ServiceUUID:9bf958a9-eb65-4c05-984a-9deb2f95d909
ServiceInvariantUUID:8e97f68b-99c0-4d36-b5e3-15402da1b7f2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSerefz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
ArtifactUUID:dd9b6cdb-9511-4e88-9c2d-3ffbd279714c
ArtifactChecksum:YWY3OTE0OWViODk2YWM3YTE1ZDlmMmFkZjc2NGVlN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sErEfZ 0
ResourceCustomizationUUID:f06da4e1-c971-4018-a2a4-6f7c0055758d
ResourceInvariantUUID:e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca
ResourceName:basic_onboard_sErEfZ
ResourceType:VF
ResourceUUID:0b4613db-a847-439a-b4a7-cda44968e9c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_serefz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
ArtifactUUID:fcae04b4-f9d7-469e-91b6-1782ae814834
ArtifactChecksum:MDE5MTY2YjEwNjNhZWMxMjE0ZjM3ZDA4ZTE4Y2E0NjU=
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/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a234fe0e-c86f-4a16-83d2-c4786def4882
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/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
ArtifactUUID:bdbc0c66-0b24-4b80-a808-b01e7535aed7
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/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
ArtifactUUID:bdbc0c66-0b24-4b80-a808-b01e7535aed7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T01:09:27.973Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bf958a9-eb65-4c05-984a-9deb2f95d909 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:09:27.999Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dd9b6cdb-9511-4e88-9c2d-3ffbd279714c from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:28.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:28.062Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:28.064Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar dd9b6cdb-9511-4e88-9c2d-3ffbd279714c 71563
2022-03-17T01:09:28.064Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar ASDC sendASDCNotification
2022-03-17T01:09:28.065Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:28.065Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:28.065Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:28.066Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:28.066Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479368064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:09:28.167Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:09:28.167Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:28.167Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:28.183Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:28.184Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:29.067Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:09:29.068Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-17T01:09:29.068Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dd9b6cdb-9511-4e88-9c2d-3ffbd279714c, URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar to file: /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.068Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.069Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.069Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:29.359Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12971643826705332704/Definitions/service-BasicOnboardSerefz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-17T01:09:30.640Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T01:09:30.641Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.642Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sErEfZ 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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.643Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.656Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.656Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.657Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.658Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T01:09:30.659Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.660Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.661Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is not matching search criteria
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T01:09:30.662Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=00d0f2de-e9b2-44ee-a9fe-70c9201419ca
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.663Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:30.664Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_sErEfZ
Description:service
Model UUID:9bf958a9-eb65-4c05-984a-9deb2f95d909
Model Version:NULL
Model InvariantUuid:8e97f68b-99c0-4d36-b5e3-15402da1b7f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_sErEfZ
Model UUID:a92f8de9-dcd4-430e-8199-72e5165f5486
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4ecb37b-9e0e-43fa-b9a7-1d0b9114d0ca
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f06da4e1-c971-4018-a2a4-6f7c0055758d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:053877b0-ecd3-436e-8d21-2d35ada808fc
ModelName:BasicOnboardSerefz..base_ubuntu18..module-0
ModelUuid:395f12e0-b664-4ea6-a997-ea4e10bb265d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00d0f2de-e9b2-44ee-a9fe-70c9201419ca
ModelInvariantUuid:ed2df8cc-d6e6-4a3f-b808-4cd489ff22e6
ModelName:basic_onboard_sErEfZ-nodes.ubuntu18Cvfc
ModelUuid:6394c527-184f-4024-9b5e-6245dd99c50f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a7d1ecae-04b8-458f-8a5b-a1625bd86d71
ModelInvariantUuid:aceb88c1-360d-47e9-8c84-13fb270ebf2e
ModelName:BasicOnboardSerefz.compute.nodes.heat.ubuntu18
ModelUuid:67979588-fedc-40f0-9d77-ed2cbacb2acb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T01:09:30.672Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b4613db-a847-439a-b4a7-cda44968e9c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||basic_onboard_sErEfZ 0
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b4613db-a847-439a-b4a7-cda44968e9c5
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fcae04b4-f9d7-469e-91b6-1782ae814834 from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:30.676Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:30.677Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json fcae04b4-f9d7-469e-91b6-1782ae814834 798
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json ASDC sendASDCNotification
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:30.716Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:30.717Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:30.718Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:30.718Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479370716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:09:30.819Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:09:30.819Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:30.819Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:30.836Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:30.836Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:31.719Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSerefz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "053877b0-ecd3-436e-8d21-2d35ada808fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "395f12e0-b664-4ea6-a997-ea4e10bb265d",
    "vfModuleModelCustomizationUUID": "4008cb27-b59f-4074-9a7a-fe5fbf19fc3f",
    "isBase": true,
    "artifacts": [
      "a234fe0e-c86f-4a16-83d2-c4786def4882",
      "bdbc0c66-0b24-4b80-a808-b01e7535aed7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T01:09:31.723Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSerefz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395f12e0-b664-4ea6-a997-ea4e10bb265d
VfModuleModelInvariantUUID:053877b0-ecd3-436e-8d21-2d35ada808fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
a234fe0e-c86f-4a16-83d2-c4786def4882
,
bdbc0c66-0b24-4b80-a808-b01e7535aed7

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

isBase:true


}

2022-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSerefz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "053877b0-ecd3-436e-8d21-2d35ada808fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "395f12e0-b664-4ea6-a997-ea4e10bb265d",
    "vfModuleModelCustomizationUUID": "4008cb27-b59f-4074-9a7a-fe5fbf19fc3f",
    "isBase": true,
    "artifacts": [
      "a234fe0e-c86f-4a16-83d2-c4786def4882",
      "bdbc0c66-0b24-4b80-a808-b01e7535aed7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSerefz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:395f12e0-b664-4ea6-a997-ea4e10bb265d
VfModuleModelInvariantUUID:053877b0-ecd3-436e-8d21-2d35ada808fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
a234fe0e-c86f-4a16-83d2-c4786def4882
,
bdbc0c66-0b24-4b80-a808-b01e7535aed7

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

isBase:true


}

2022-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a234fe0e-c86f-4a16-83d2-c4786def4882 from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:31.725Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:31.726Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:31.770Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml a234fe0e-c86f-4a16-83d2-c4786def4882 5033
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:31.771Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:31.772Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:31.773Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:31.774Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479371771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:09:31.874Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:31.874Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:31.875Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:31.888Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:31.888Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:32.774Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bdbc0c66-0b24-4b80-a808-b01e7535aed7 from URL: /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:32.775Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-17T01:09:32.775Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env bdbc0c66-0b24-4b80-a808-b01e7535aed7 909
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:32.817Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:09:32.818Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:32.819Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:32.819Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479372817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:09:32.920Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:32.920Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:32.921Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:32.943Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:32.943Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:33.820Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9bf958a9-eb65-4c05-984a-9deb2f95d909
2022-03-17T01:09:33.821Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sErEfZ 0 0b4613db-a847-439a-b4a7-cda44968e9c5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:09:33.835Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@199f6eed, org.onap.sdc.toscaparser.api.parameters.Input@5c4aad3b, org.onap.sdc.toscaparser.api.parameters.Input@78a36798, org.onap.sdc.toscaparser.api.parameters.Input@4f8f5731, org.onap.sdc.toscaparser.api.parameters.Input@2d85a02b]
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f06da4e1-c971-4018-a2a4-6f7c0055758d
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f06da4e1-c971-4018-a2a4-6f7c0055758d matches Tosca VF Customization UUID: f06da4e1-c971-4018-a2a4-6f7c0055758d
2022-03-17T01:09:33.836Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f06da4e1-c971-4018-a2a4-6f7c0055758d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f06da4e1-c971-4018-a2a4-6f7c0055758d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f5febc1
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.839Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:09:33.840Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4008cb27-b59f-4074-9a7a-fe5fbf19fc3f
2022-03-17T01:09:33.840Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4008cb27-b59f-4074-9a7a-fe5fbf19fc3f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.842Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is not matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T01:09:33.843Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=00d0f2de-e9b2-44ee-a9fe-70c9201419ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.845Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_sErEfZ 0 is matching search criteria
2022-03-17T01:09:33.846Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_sErEfZ 0] matching following query criteria: sdcType=VF, customizationUUID=f06da4e1-c971-4018-a2a4-6f7c0055758d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9bf958a9-eb65-4c05-984a-9deb2f95d909: basic_onboard_sErEfZ
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.847Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_sErEfZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:09:33.848Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_sErEfZ 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sErEfZ 0b4613db-a847-439a-b4a7-cda44968e9c5 1 ASDC deployResourceStructure
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json ASDC sendASDCNotification
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json
2022-03-17T01:09:33.914Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:33.915Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:33.916Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:33.917Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479373914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:09:34.017Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:34.018Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:34.018Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:34.031Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:34.031Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:34.918Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:34.920Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:34.921Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479374917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:09:35.021Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:35.021Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:35.021Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:35.034Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:35.034Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:35.921Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T01:09:35.922Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env
2022-03-17T01:09:35.922Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:35.922Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:35.923Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:35.923Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479375921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:09:36.024Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:36.024Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:36.024Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:36.037Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:36.037Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:36.924Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar ASDC sendASDCNotification
2022-03-17T01:09:36.925Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar
2022-03-17T01:09:36.925Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:09:36.925Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:09:36.927Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:09:36.927Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479376924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:09:37.027Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:09:37.028Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:09:37.028Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:09:37.042Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:09:37.042Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:09:37.928Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:09:37.934Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:09:37.935Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:09:37.935Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:09:37.936Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:10:07.936Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:10:07.941Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:10:07.943Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:10:07.943Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:10:07.943Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:10:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:10:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:10:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:10:14.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:10:14.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:10:14.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:10:14.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:10:37.944Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:10:37.951Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:10:37.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:10:37.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:10:37.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:11:07.953Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:11:07.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:11:07.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:11:07.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:11:07.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:11:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:11:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:11:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:11:14.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:11:14.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:11:37.960Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:11:37.967Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:11:37.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:11:37.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:11:37.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:12:07.969Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:12:07.976Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:12:07.977Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:12:07.977Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:12:07.977Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:12:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:12:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:12:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:12:15.180Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:12:15.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647479357412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479354649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479351467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479352022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479357053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479359468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479368064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479368068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479368073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479368067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479369070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479369116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479362889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "policy-id",
  "timestamp": 1647479370072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:12:15.201Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.201Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479370161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479370610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479370716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479371187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:12:15.214Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T01:12:15.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "cds",
  "timestamp": 1647479371615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:12:15.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.225Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479371771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647479372191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479372817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479373448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479373914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "aai-ml",
  "timestamp": 1647479374452,
  "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-03-17T01:12:15.238Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.238Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479374917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479375921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479376924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479379790,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/basic_onboard_serefz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479381796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "clamp",
  "timestamp": 1647479382799,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:12:15.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.252Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:12:15.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/resourceInstances/basic_onboard_serefz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479379958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:12:15.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479387948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479389984,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSerefz/1.0/artifacts/service-BasicOnboardSerefz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:12:15.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647479390988,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:12:15.266Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
2022-03-17T01:12:15.266Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:12:37.978Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:12:37.989Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:12:37.992Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-03-17T01:12:37.997Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:13:07.997Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T01:13:08.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and serviceModelVersionId: 9bf958a9-eb65-4c05-984a-9deb2f95d909
2022-03-17T01:13:08.000Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e97f68b-99c0-4d36-b5e3-15402da1b7f2
2022-03-17T01:13:08.001Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0
2022-03-17T01:13:08.005Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:13:08.040Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T01:13:08.041Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0|INFO|500||Invoke
2022-03-17T01:13:08.064Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T01:13:08.445Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0|INFO|500||InvokeReturn
2022-03-17T01:13:08.446Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e97f68b-99c0-4d36-b5e3-15402da1b7f2/model-vers/model-ver/9bf958a9-eb65-4c05-984a-9deb2f95d909?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-01:13:08:071-70464], vertex-id=[172168], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:13:08 GMT], Content-Type=[application/json]}
2022-03-17T01:13:08.446Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:13:08.446Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:13:08.447Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||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-03-17T01:13:08.453Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:13:08.453Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c33d00ee-8a74-455b-8df1-98d9c3dcf3ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:13:08.453Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:13:08.454Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:13:08.455Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:13:08.455Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479588453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:13:08.556Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:13:08.556Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:13:08.556Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:08.573Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:13:08.576Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:13:09.464Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:09.465Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:13:09.465Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:13:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:15.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:13:15.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:13:15.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c33d00ee-8a74-455b-8df1-98d9c3dcf3ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647479588453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:13:15.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:13:19.958Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:13:19.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:19.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:13:19.959Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:29.523Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:13:29.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:29.524Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:13:29.524Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:39.065Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:13:39.065Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:13:39.066Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:13:39.066Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:13:48.606Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:14:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:14:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:14:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:14:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:14:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:14:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:14:24.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:14:24.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:15:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:15:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:15:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:15:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:15:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:15:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:15:24.191Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:15:24.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:16:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:16:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:16:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:16:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:16:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:16:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:16:24.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:16:24.193Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:17:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:17:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:17:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:17:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:17:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:17:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:17:24.194Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:17:24.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:18:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:18:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:18:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:18:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:18:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:18:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:18:24.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:18:24.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:19:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:19:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:19:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:19:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:19:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:19:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:19:24.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:19:24.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:20:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:20:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:20:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:20:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:20:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:20:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:20:24.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:20:24.200Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:21:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:21:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:21:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:21:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:21:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:21:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:21:24.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:21:24.190Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:22:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:22:14.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:22:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:22:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:22:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:22:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:22:24.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:22:24.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:14.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:23:14.650Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:23:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:23:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:23:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:15.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:15.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:15.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"84f99d00-898f-4a8b-b8a1-60a77421236f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e6a655df-dc08-45f3-8fef-ec1d38b68048","serviceDescription":"service","serviceInvariantUUID":"ec438014-dc76-4361-a878-61d5ad7f6a2c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff4459e7-fa4b-4d46-812b-5fe97d2598fa","resourceInvariantUUID":"2e949024-ad05-42c9-b57c-cd72c4df7a7b","resourceCustomizationUUID":"6e9f7e7c-f484-40d2-a19d-2bafe38c1224","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":"ZTM2MzA3NzY1MDhlZDAwNGQwYjhjMDJlM2Q3NTY0ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"071a1e8b-d10f-40f7-aee8-a2093c4c7455","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":"ZThhZjlkNWM5ODkzYmM5M2QwZWQ0YzRiYTQ4MGE0YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8afd9676-140f-44f3-b5e8-d01b39802e32","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":"009d692c-ea96-4a39-bb3b-87235197db12","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":"3957a574-2f88-44c2-bcb7-19b4033ae9f9","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":"1bf38763-bb4e-4a9e-ae50-9bdc29432ccb","artifactVersion":"2","generatedFromUUID":"009d692c-ea96-4a39-bb3b-87235197db12"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjE4MTc3NzI0ZDNmOWMxMGQyMWE2MTk4Nzg2NzdkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7ba11b2-ef09-4788-bf5b-7b5d2f94de1a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDQyZDg2Yjk5Mzk2Y2U4NDYzMDkzNzYxOGMzYmMyNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:23:15.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:15.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:15.281Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:15.281Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:15.381Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:15.382Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:15.382Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:15.395Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:15.395Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:16.281Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:16.282Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:16.283Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:16.284Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:23:16.384Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:16.385Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:16.385Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:16.398Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:16.398Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:17.284Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:17.285Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:17.286Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:17.286Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:23:17.387Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:17.387Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:17.387Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:17.490Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:17.491Z||pool-37-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:18.287Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:18.287Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:18.289Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:18.289Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:18.389Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:18.390Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:18.390Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:18.484Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:18.484Z||pool-38-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:23:19.290Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:19.290Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:19.292Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:19.292Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T01:23:19.392Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:19.393Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:19.393Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:19.406Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:19.406Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:20.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:20.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:20.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:20.295Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:23:20.395Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:20.396Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:20.396Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:20.409Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:20.409Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:21.295Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:23:21.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:21.298Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:21.298Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:23:21.398Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:23:21.399Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:21.399Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:21.413Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:21.413Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:22.300Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e6a655df-dc08-45f3-8fef-ec1d38b68048",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec438014-dc76-4361-a878-61d5ad7f6a2c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6e9f7e7c-f484-40d2-a19d-2bafe38c1224",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff4459e7-fa4b-4d46-812b-5fe97d2598fa",
      "resourceInvariantUUID": "2e949024-ad05-42c9-b57c-cd72c4df7a7b",
      "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": "ZThhZjlkNWM5ODkzYmM5M2QwZWQ0YzRiYTQ4MGE0YWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8afd9676-140f-44f3-b5e8-d01b39802e32",
          "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": "009d692c-ea96-4a39-bb3b-87235197db12",
          "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": "1bf38763-bb4e-4a9e-ae50-9bdc29432ccb",
            "generatedFromUUID": "009d692c-ea96-4a39-bb3b-87235197db12"
          },
          "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": "1bf38763-bb4e-4a9e-ae50-9bdc29432ccb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDQyZDg2Yjk5Mzk2Y2U4NDYzMDkzNzYxOGMzYmMyNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T01:23:22.300Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:23:22.300Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6a655df-dc08-45f3-8fef-ec1d38b68048 ASDC
2022-03-17T01:23:22.300Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:84f99d00-898f-4a8b-b8a1-60a77421236f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e6a655df-dc08-45f3-8fef-ec1d38b68048
ServiceInvariantUUID:ec438014-dc76-4361-a878-61d5ad7f6a2c
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:f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91
ArtifactChecksum:ZDQyZDg2Yjk5Mzk2Y2U4NDYzMDkzNzYxOGMzYmMyNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6e9f7e7c-f484-40d2-a19d-2bafe38c1224
ResourceInvariantUUID:2e949024-ad05-42c9-b57c-cd72c4df7a7b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ff4459e7-fa4b-4d46-812b-5fe97d2598fa
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:8afd9676-140f-44f3-b5e8-d01b39802e32
ArtifactChecksum:ZThhZjlkNWM5ODkzYmM5M2QwZWQ0YzRiYTQ4MGE0YWM=
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:009d692c-ea96-4a39-bb3b-87235197db12
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:1bf38763-bb4e-4a9e-ae50-9bdc29432ccb
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:1bf38763-bb4e-4a9e-ae50-9bdc29432ccb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T01:23:22.300Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a655df-dc08-45f3-8fef-ec1d38b68048 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:22.318Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:22.319Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:22.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91 71058
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:22.372Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:22.373Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:22.374Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480202372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:23:22.474Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:22.474Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:22.475Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:22.487Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:22.487Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:23.374Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:23:23.375Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:23:23.375Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f78a9a01-1fa4-45ef-bf94-85b8fd1e6b91, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:23.375Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-17T01:23:23.376Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:23.376Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:23.531Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1906955721784889582/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-03-17T01:23:24.364Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.365Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:23:24.366Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.367Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.368Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:24.369Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2740a71e-515d-48c7-a7bb-85ccbcfc896d
2022-03-17T01:23:24.370Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:24.371Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e6a655df-dc08-45f3-8fef-ec1d38b68048
Model Version:NULL
Model InvariantUuid:ec438014-dc76-4361-a878-61d5ad7f6a2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b25f54ae-1467-469c-9498-7509fe83cf4a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e949024-ad05-42c9-b57c-cd72c4df7a7b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6e9f7e7c-f484-40d2-a19d-2bafe38c1224
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c16c3c7-7f14-440d-bd15-bce9d5f22f95
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2740a71e-515d-48c7-a7bb-85ccbcfc896d
ModelInvariantUuid:d90ea7d6-6c71-4a1e-a413-e3d87a154cfa
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6355cea7-5f9e-4737-8023-7a7f7d784190
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d227ff4c-db3c-4836-a193-d9671dd350f1
ModelInvariantUuid:cb6a7a5b-2d76-4d4b-b249-9f20a0cae2be
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f319fcb4-1915-4c04-b481-0e9fe6c7f0d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T01:23:24.378Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ff4459e7-fa4b-4d46-812b-5fe97d2598fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:23:24.380Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff4459e7-fa4b-4d46-812b-5fe97d2598fa
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8afd9676-140f-44f3-b5e8-d01b39802e32 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:24.381Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.422Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8afd9676-140f-44f3-b5e8-d01b39802e32 787
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:24.423Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:24.425Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:24.425Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480204423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:23:24.525Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:24.526Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:24.526Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:24.539Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:24.539Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:25.425Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c16c3c7-7f14-440d-bd15-bce9d5f22f95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2",
    "vfModuleModelCustomizationUUID": "02ef936c-f774-4d4e-8588-a849b5414169",
    "isBase": true,
    "artifacts": [
      "009d692c-ea96-4a39-bb3b-87235197db12",
      "1bf38763-bb4e-4a9e-ae50-9bdc29432ccb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T01:23:25.429Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2
VfModuleModelInvariantUUID:1c16c3c7-7f14-440d-bd15-bce9d5f22f95
VfModuleModelDescription:NULL
Artifacts UUID List:{
009d692c-ea96-4a39-bb3b-87235197db12
,
1bf38763-bb4e-4a9e-ae50-9bdc29432ccb

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

isBase:true


}

2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c16c3c7-7f14-440d-bd15-bce9d5f22f95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2",
    "vfModuleModelCustomizationUUID": "02ef936c-f774-4d4e-8588-a849b5414169",
    "isBase": true,
    "artifacts": [
      "009d692c-ea96-4a39-bb3b-87235197db12",
      "1bf38763-bb4e-4a9e-ae50-9bdc29432ccb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50b0f8b1-9cf9-4b1c-865a-6a16fe9f36e2
VfModuleModelInvariantUUID:1c16c3c7-7f14-440d-bd15-bce9d5f22f95
VfModuleModelDescription:NULL
Artifacts UUID List:{
009d692c-ea96-4a39-bb3b-87235197db12
,
1bf38763-bb4e-4a9e-ae50-9bdc29432ccb

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

isBase:true


}

2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 009d692c-ea96-4a39-bb3b-87235197db12 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:25.431Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:25.467Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:25.467Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 009d692c-ea96-4a39-bb3b-87235197db12 5033
2022-03-17T01:23:25.467Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:25.468Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:25.468Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:25.468Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:25.469Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:25.469Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480205467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:23:25.569Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:25.570Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:25.570Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:25.583Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:25.584Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:26.470Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1bf38763-bb4e-4a9e-ae50-9bdc29432ccb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T01:23:26.470Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:23:26.470Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:26.552Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:23:26.552Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1bf38763-bb4e-4a9e-ae50-9bdc29432ccb 903
2022-03-17T01:23:26.552Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:26.553Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:26.553Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:23:26.553Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:26.555Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:26.555Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480206552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:23:26.655Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:26.656Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:26.656Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:26.670Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:26.670Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:27.555Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e6a655df-dc08-45f3-8fef-ec1d38b68048
2022-03-17T01:23:27.556Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ff4459e7-fa4b-4d46-812b-5fe97d2598fa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:23:27.571Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79de6fe7, org.onap.sdc.toscaparser.api.parameters.Input@7d104e4e, org.onap.sdc.toscaparser.api.parameters.Input@65ba4f02, org.onap.sdc.toscaparser.api.parameters.Input@10942426, org.onap.sdc.toscaparser.api.parameters.Input@1abfd084]
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6e9f7e7c-f484-40d2-a19d-2bafe38c1224
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e9f7e7c-f484-40d2-a19d-2bafe38c1224 matches Tosca VF Customization UUID: 6e9f7e7c-f484-40d2-a19d-2bafe38c1224
2022-03-17T01:23:27.573Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6e9f7e7c-f484-40d2-a19d-2bafe38c1224  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T01:23:27.575Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.575Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6e9f7e7c-f484-40d2-a19d-2bafe38c1224: {\"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-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63d3b522
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02ef936c-f774-4d4e-8588-a849b5414169
2022-03-17T01:23:27.576Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02ef936c-f774-4d4e-8588-a849b5414169
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.579Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T01:23:27.580Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2740a71e-515d-48c7-a7bb-85ccbcfc896d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T01:23:27.582Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.582Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.582Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:23:27.583Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.583Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T01:23:27.583Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6e9f7e7c-f484-40d2-a19d-2bafe38c1224
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:23:27.584Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.584Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e6a655df-dc08-45f3-8fef-ec1d38b68048: basic_vm
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.585Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.586Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.586Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.586Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:23:27.586Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:23:27.586Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:27.675Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ff4459e7-fa4b-4d46-812b-5fe97d2598fa 1 ASDC deployResourceStructure
2022-03-17T01:23:27.675Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:27.675Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:27.675Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:23:27.675Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:27.677Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:27.677Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480207675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:23:27.777Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:27.778Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:27.778Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:27.790Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:27.791Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:23:28.677Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:28.678Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:28.678Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:23:28.678Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:28.680Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:28.680Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480208677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:23:28.780Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:28.780Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:28.781Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:28.793Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:28.793Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:23:29.681Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:29.681Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||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-03-17T01:23:29.681Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:23:29.681Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:29.683Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:29.683Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480209680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:23:29.783Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:29.784Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:29.784Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:29.798Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:29.798Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:30.683Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-17T01:23:30.684Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T01:23:30.684Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:23:30.684Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:23:30.686Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:23:30.686Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480210683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:23:30.786Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:23:30.787Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:23:30.787Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:23:30.800Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:23:30.800Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:23:31.686Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:23:31.693Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:23:31.694Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:23:31.694Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:23:31.694Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:24:01.695Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:24:01.702Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:24:01.703Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:24:01.703Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:24:01.703Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:24:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:24:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:24:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:24:14.775Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:24:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:24:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:24:14.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:24:31.703Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:24:31.710Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:24:31.713Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:24:31.714Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:24:31.714Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:25:01.714Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:25:01.721Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:25:01.722Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:25:01.722Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:25:01.722Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:25:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:25:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:25:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:25:14.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:25:14.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480191467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480187889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480192022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480189958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480194649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480201618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480201620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480201715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480202372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "cds",
  "timestamp": 1647480202623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:25:14.690Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84f99d00-898f-4a8b-b8a1-60a77421236f
2022-03-17T01:25:14.690Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f99d00-898f-4a8b-b8a1-60a77421236f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480202673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480203663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480197053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480203710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480197412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480204423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480204666,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:25:14.702Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84f99d00-898f-4a8b-b8a1-60a77421236f
2022-03-17T01:25:14.702Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f99d00-898f-4a8b-b8a1-60a77421236f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480204782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480204808,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:25:14.708Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84f99d00-898f-4a8b-b8a1-60a77421236f
2022-03-17T01:25:14.708Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f99d00-898f-4a8b-b8a1-60a77421236f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480205467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480205813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.712Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480199468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480206552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480207179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480207675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480207877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480208183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480208677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "policy-id",
  "timestamp": 1647480209185,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:25:14.716Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84f99d00-898f-4a8b-b8a1-60a77421236f
2022-03-17T01:25:14.716Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f99d00-898f-4a8b-b8a1-60a77421236f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T01:25:14.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480209680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480209884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480210138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480210683,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "clamp",
  "timestamp": 1647480210887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:25:14.721Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84f99d00-898f-4a8b-b8a1-60a77421236f
2022-03-17T01:25:14.721Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f99d00-898f-4a8b-b8a1-60a77421236f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "aai-ml",
  "timestamp": 1647480211142,
  "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-03-17T01:25:14.727Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84f99d00-898f-4a8b-b8a1-60a77421236f
2022-03-17T01:25:14.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84f99d00-898f-4a8b-b8a1-60a77421236f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480237412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "policy-id",
  "timestamp": 1647480239468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480237412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "policy-id",
  "timestamp": 1647480239468,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "policy-id",
  "timestamp": 1647480246944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "policy-id",
  "timestamp": 1647480247947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "cds",
  "timestamp": 1647480247889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "policy-id",
  "timestamp": 1647480248950,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.737Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e1c9add-5627-4268-a5ec-041281b9ecd2
2022-03-17T01:25:14.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1c9add-5627-4268-a5ec-041281b9ecd2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "cds",
  "timestamp": 1647480247889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480249958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "cds",
  "timestamp": 1647480250745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480249958,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "cds",
  "timestamp": 1647480251749,
  "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-03-17T01:25:14.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e1c9add-5627-4268-a5ec-041281b9ecd2
2022-03-17T01:25:14.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1c9add-5627-4268-a5ec-041281b9ecd2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:25:14.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "clamp",
  "timestamp": 1647480251467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480252022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480252667,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "clamp",
  "timestamp": 1647480251467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480252022,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:25:14.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480254058,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:25:14.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:25:31.723Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:25:31.729Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:25:31.731Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:25:31.733Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:26:01.733Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84f99d00-898f-4a8b-b8a1-60a77421236f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T01:26:01.738Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84f99d00-898f-4a8b-b8a1-60a77421236f and serviceModelVersionId: e6a655df-dc08-45f3-8fef-ec1d38b68048
2022-03-17T01:26:01.739Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec438014-dc76-4361-a878-61d5ad7f6a2c
2022-03-17T01:26:01.740Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec438014-dc76-4361-a878-61d5ad7f6a2c/model-vers/model-ver/e6a655df-dc08-45f3-8fef-ec1d38b68048?depth=0
2022-03-17T01:26:01.743Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:26:01.779Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec438014-dc76-4361-a878-61d5ad7f6a2c/model-vers/model-ver/e6a655df-dc08-45f3-8fef-ec1d38b68048?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T01:26:01.780Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec438014-dc76-4361-a878-61d5ad7f6a2c/model-vers/model-ver/e6a655df-dc08-45f3-8fef-ec1d38b68048?depth=0|INFO|500||Invoke
2022-03-17T01:26:01.797Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec438014-dc76-4361-a878-61d5ad7f6a2c/model-vers/model-ver/e6a655df-dc08-45f3-8fef-ec1d38b68048?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T01:26:01.876Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec438014-dc76-4361-a878-61d5ad7f6a2c/model-vers/model-ver/e6a655df-dc08-45f3-8fef-ec1d38b68048?depth=0|INFO|500||InvokeReturn
2022-03-17T01:26:01.876Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec438014-dc76-4361-a878-61d5ad7f6a2c/model-vers/model-ver/e6a655df-dc08-45f3-8fef-ec1d38b68048?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-01:26:01:805-86142], vertex-id=[188536], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:26:01 GMT], Content-Type=[application/json]}
2022-03-17T01:26:01.876Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:26:01.876Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:26:01.877Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:26:01.882Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:26:01.882Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84f99d00-898f-4a8b-b8a1-60a77421236f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:26:01.882Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:26:01.883Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:26:01.884Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:26:01.884Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480361882,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:26:01.984Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:26:01.985Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:26:01.985Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:02.021Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:02.022Z||pool-50-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:26:02.894Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:26:02.894Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:26:02.894Z|84f99d00-898f-4a8b-b8a1-60a77421236f|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:08.139Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:08.140Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:26:08.140Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e1c9add-5627-4268-a5ec-041281b9ecd2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3f63c28d-0425-4279-8092-3ba2a7add594","serviceDescription":"service","serviceInvariantUUID":"2ab20e03-698c-4029-b87d-251286a63c56","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"57439793-1773-4b80-b147-2a765cf59bf0","resourceInvariantUUID":"211c9a01-eeb3-407f-9ebe-334b0db138f6","resourceCustomizationUUID":"a898f54e-653c-44d3-aef0-53ed172429c7","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":"YmY1MjA0YjY5OTAyZjA1NmE4MWI0NTFiMjlmYjk2ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50f23ce2-839d-47e3-9d6a-b2e601fad6f2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzZkNzQ2YmU4NDQ1NDIwZDllMzBhOTI4MzkwZThkNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d29659d9-1c72-48d4-a9b7-d2e41fc6e5da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:26:08.142Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:26:08.142Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:26:08.144Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:26:08.144Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:26:08.244Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:26:08.244Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:26:08.245Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:08.259Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:08.259Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:26:09.144Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:26:09.145Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:26:09.147Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:26:09.147Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:26:09.247Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:26:09.248Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:26:09.248Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:09.261Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:09.261Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:26:10.148Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3f63c28d-0425-4279-8092-3ba2a7add594",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ab20e03-698c-4029-b87d-251286a63c56",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a898f54e-653c-44d3-aef0-53ed172429c7",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "57439793-1773-4b80-b147-2a765cf59bf0",
      "resourceInvariantUUID": "211c9a01-eeb3-407f-9ebe-334b0db138f6",
      "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": "YzZkNzQ2YmU4NDQ1NDIwZDllMzBhOTI4MzkwZThkNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d29659d9-1c72-48d4-a9b7-d2e41fc6e5da"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T01:26:10.148Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:26:10.149Z|84f99d00-898f-4a8b-b8a1-60a77421236f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f63c28d-0425-4279-8092-3ba2a7add594 ASDC
2022-03-17T01:26:10.149Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8e1c9add-5627-4268-a5ec-041281b9ecd2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3f63c28d-0425-4279-8092-3ba2a7add594
ServiceInvariantUUID:2ab20e03-698c-4029-b87d-251286a63c56
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:d29659d9-1c72-48d4-a9b7-d2e41fc6e5da
ArtifactChecksum:YzZkNzQ2YmU4NDQ1NDIwZDllMzBhOTI4MzkwZThkNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a898f54e-653c-44d3-aef0-53ed172429c7
ResourceInvariantUUID:211c9a01-eeb3-407f-9ebe-334b0db138f6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:57439793-1773-4b80-b147-2a765cf59bf0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-17T01:26:10.149Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f63c28d-0425-4279-8092-3ba2a7add594 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:26:10.164Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:26:10.165Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:26:10.165Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:26:10.165Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d29659d9-1c72-48d4-a9b7-d2e41fc6e5da from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T01:26:10.165Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:26:10.165Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T01:26:10.352Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:26:10.354Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d29659d9-1c72-48d4-a9b7-d2e41fc6e5da 52505
2022-03-17T01:26:10.354Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-17T01:26:10.354Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T01:26:10.354Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:26:10.355Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:26:10.356Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:26:10.356Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480370354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:26:10.457Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:26:10.457Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:26:10.457Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:10.470Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:10.471Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:26:11.357Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:26:11.358Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:26:11.358Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d29659d9-1c72-48d4-a9b7-d2e41fc6e5da, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.359Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-17T01:26:11.359Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.359Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.431Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP694133945398438660/Definitions/service-BasicNetwork-template.yml
2022-03-17T01:26:11.714Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:26:11.714Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:26:11.714Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.715Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:26:11.716Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.717Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.718Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.718Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.718Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.718Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.718Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.718Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.719Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.719Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3f63c28d-0425-4279-8092-3ba2a7add594
Model Version:NULL
Model InvariantUuid:2ab20e03-698c-4029-b87d-251286a63c56
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:211c9a01-eeb3-407f-9ebe-334b0db138f6
Model UUID:b01b1e88-fd2b-408a-b6eb-2374fd792ee4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a898f54e-653c-44d3-aef0-53ed172429c7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T01:26:11.725Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 57439793-1773-4b80-b147-2a765cf59bf0
2022-03-17T01:26:11.726Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||No resources found for Service: 3f63c28d-0425-4279-8092-3ba2a7add594
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:26:11.729Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||
2022-03-17T01:26:11.729Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-17T01:26:11.730Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3f63c28d-0425-4279-8092-3ba2a7add594
2022-03-17T01:26:11.730Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3f63c28d-0425-4279-8092-3ba2a7add594
2022-03-17T01:26:11.730Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-17T01:26:11.730Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:26:11.734Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11ad7117, org.onap.sdc.toscaparser.api.parameters.Input@6793e85c, org.onap.sdc.toscaparser.api.parameters.Input@7d776cd0, org.onap.sdc.toscaparser.api.parameters.Input@7bbf5bb3, org.onap.sdc.toscaparser.api.parameters.Input@1e0a81a]
2022-03-17T01:26:11.735Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.736Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.736Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.736Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.736Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3f63c28d-0425-4279-8092-3ba2a7add594: Generic NeutronNet
2022-03-17T01:26:11.736Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.736Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.737Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.737Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-17T01:26:11.756Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.757Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.757Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.757Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.757Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:26:11.757Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:26:11.757Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-17T01:26:11.802Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-17T01:26:11.802Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-17T01:26:11.803Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T01:26:11.803Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:26:11.803Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:26:11.804Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:26:11.811Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480371802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:26:11.911Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:26:11.912Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:26:11.912Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:11.927Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:11.927Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:26:12.812Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:26:12.818Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:26:12.819Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:26:12.819Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:26:12.819Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:26:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:26:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:26:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:26:14.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:26:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:26:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480255061,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:26:14.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e1c9add-5627-4268-a5ec-041281b9ecd2
2022-03-17T01:26:14.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1c9add-5627-4268-a5ec-041281b9ecd2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:26:42.820Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:26:42.827Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:26:42.828Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:26:42.828Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:26:42.829Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:27:12.829Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:27:12.836Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:27:12.838Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:27:12.838Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:27:12.838Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:27:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:27:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:27:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:27:14.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:27:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "aai-ml",
  "timestamp": 1647480257053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "clamp",
  "timestamp": 1647480257882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "aai-ml",
  "timestamp": 1647480257053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "clamp",
  "timestamp": 1647480259889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "aai-ml",
  "timestamp": 1647480260018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:27:14.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "clamp",
  "timestamp": 1647480260893,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:27:14.681Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e1c9add-5627-4268-a5ec-041281b9ecd2
2022-03-17T01:27:14.681Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1c9add-5627-4268-a5ec-041281b9ecd2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "aai-ml",
  "timestamp": 1647480262849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:27:14.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "aai-ml",
  "timestamp": 1647480263853,
  "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-03-17T01:27:14.689Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e1c9add-5627-4268-a5ec-041281b9ecd2
2022-03-17T01:27:14.689Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1c9add-5627-4268-a5ec-041281b9ecd2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480287053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480292022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480292889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480301580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480301581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "cds",
  "timestamp": 1647480302585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3663f8c9-3a9d-415d-84b4-c33ea4f27959
2022-03-17T01:27:14.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480297412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480305746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480306357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "aai-ml",
  "timestamp": 1647480306750,
  "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-03-17T01:27:14.714Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3663f8c9-3a9d-415d-84b4-c33ea4f27959
2022-03-17T01:27:14.714Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480299468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:27:14.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480307512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:27:14.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480308253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:27:14.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480308515,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:27:14.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3663f8c9-3a9d-415d-84b4-c33ea4f27959
2022-03-17T01:27:14.722Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480309256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:27:14.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:27:14.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "policy-id",
  "timestamp": 1647480310258,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:27:14.729Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3663f8c9-3a9d-415d-84b4-c33ea4f27959
2022-03-17T01:27:14.729Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:27:14.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:27:14.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:27:42.838Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:27:42.843Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:27:42.845Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:27:42.845Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:27:42.846Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:27:42.848Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:28:12.848Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T01:28:12.853Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e1c9add-5627-4268-a5ec-041281b9ecd2 and serviceModelVersionId: 3f63c28d-0425-4279-8092-3ba2a7add594
2022-03-17T01:28:12.853Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab20e03-698c-4029-b87d-251286a63c56
2022-03-17T01:28:12.854Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab20e03-698c-4029-b87d-251286a63c56/model-vers/model-ver/3f63c28d-0425-4279-8092-3ba2a7add594?depth=0
2022-03-17T01:28:12.858Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:28:12.890Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab20e03-698c-4029-b87d-251286a63c56/model-vers/model-ver/3f63c28d-0425-4279-8092-3ba2a7add594?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T01:28:12.891Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab20e03-698c-4029-b87d-251286a63c56/model-vers/model-ver/3f63c28d-0425-4279-8092-3ba2a7add594?depth=0|INFO|500||Invoke
2022-03-17T01:28:12.908Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab20e03-698c-4029-b87d-251286a63c56/model-vers/model-ver/3f63c28d-0425-4279-8092-3ba2a7add594?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T01:28:13.243Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab20e03-698c-4029-b87d-251286a63c56/model-vers/model-ver/3f63c28d-0425-4279-8092-3ba2a7add594?depth=0|INFO|500||InvokeReturn
2022-03-17T01:28:13.244Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab20e03-698c-4029-b87d-251286a63c56/model-vers/model-ver/3f63c28d-0425-4279-8092-3ba2a7add594?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-01:28:12:916-69056], vertex-id=[208984], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:28:12 GMT], Content-Type=[application/json]}
2022-03-17T01:28:13.244Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:28:13.244Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:28:13.244Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:28:13.250Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:28:13.250Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e1c9add-5627-4268-a5ec-041281b9ecd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:28:13.250Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:28:13.250Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:13.252Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:13.252Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480493250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:28:13.352Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:13.353Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:13.353Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:13.370Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:13.370Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:28:14.260Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.261Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3663f8c9-3a9d-415d-84b4-c33ea4f27959","serviceName":"Demo_pNF_gQWaw0p8NAptltnf0Wsc","serviceVersion":"1.0","serviceUUID":"4731f76a-0a91-406f-a55a-77e47cf88738","serviceDescription":"catalog service description","serviceInvariantUUID":"cfb43876-716d-4d21-91ae-9a183219c607","resources":[{"resourceInstanceName":"pNF 9d4ada8d-7a3f 0","resourceName":"pNF 9d4ada8d-7a3f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e703ea7c-e738-4beb-aadd-5b01f4d372ef","resourceInvariantUUID":"0cbe79a7-6a66-48f4-b34a-6b5b2e9c91ac","resourceCustomizationUUID":"bf06ac96-cc9a-425e-9244-d4919fd05cf9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml","artifactChecksum":"YjhmNmUzMjMzYzFmZDQ4OTFhOWE0ZTQwZDg5YzU5Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d3def5c-3cf1-4b51-a962-b0ba487ebc74","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar","artifactChecksum":"MzU1YmFlNTliZDZkOWMzMTFkODI1M2UyZjg2N2JmOGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db548b1b-319d-4dce-92f3-ca45ff27427f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"999e3302-021a-4787-9774-71d599f178fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyYzQ4ZDBjOGFmZjJkNzgyY2U0YWI5ZDRhMDllNzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3db08c88-7191-428a-9936-b3737d8b55a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97f373e3-e041-4197-a1da-c47c3daa5a89","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d8a5463-510b-4cb8-a742-e42105c52474","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml","artifactChecksum":"NDAwMjQ4MTVlN2RiMzA2MTlhMjgzMjBhYWVhODFlMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35fa8ca3-f0df-4c7c-baca-31e84e4da395","artifactVersion":"1"},{"artifactName":"service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar","artifactChecksum":"MGNkYjMzZWU1MzNkZjNlYzI5ZjQ5ZmQ5OTlkNWViNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"117807ae-71f9-4d62-881c-778cebf75e27","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:28:14.261Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:14.261Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:14.263Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:14.263Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.363Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:14.364Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:14.364Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:14.377Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:14.378Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:28:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:28:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:14.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480309958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480319009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480311467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480320625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480321629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:28:14.677Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3663f8c9-3a9d-415d-84b4-c33ea4f27959
2022-03-17T01:28:14.677Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:28:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480326888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:28:14.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480328895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:28:14.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "clamp",
  "timestamp": 1647480329898,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:28:14.683Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3663f8c9-3a9d-415d-84b4-c33ea4f27959
2022-03-17T01:28:14.684Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84f99d00-898f-4a8b-b8a1-60a77421236f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480361882,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480370354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:14.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:28:14.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480371802,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:28:14.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:28:15.264Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:15.264Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:15.266Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:15.267Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:15.367Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:28:15.367Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:15.367Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:15.381Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:15.381Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:16.267Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:16.268Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:16.269Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:16.269Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:16.370Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:16.371Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:16.371Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:16.385Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:16.385Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:17.270Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:17.271Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:17.272Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:17.272Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:17.372Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:17.373Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:17.373Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:17.388Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:17.389Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:28:18.273Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:18.273Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:18.275Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:18.275Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:18.375Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:18.376Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:18.376Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:18.389Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:18.390Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T01:28:19.275Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:19.276Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:19.277Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:19.278Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:19.378Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:19.378Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:19.378Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:19.392Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:19.392Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:20.278Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:20.279Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:20.280Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:20.280Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:28:20.381Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:20.381Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:20.381Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:20.395Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:20.395Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:21.281Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:28:21.282Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:21.283Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:21.283Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:28:21.383Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:21.384Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:21.384Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:21.398Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:21.399Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:22.284Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "serviceName": "Demo_pNF_gQWaw0p8NAptltnf0Wsc",
  "serviceVersion": "1.0",
  "serviceUUID": "4731f76a-0a91-406f-a55a-77e47cf88738",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cfb43876-716d-4d21-91ae-9a183219c607",
  "resources": [
    {
      "resourceInstanceName": "pNF 9d4ada8d-7a3f 0",
      "resourceCustomizationUUID": "bf06ac96-cc9a-425e-9244-d4919fd05cf9",
      "resourceName": "pNF 9d4ada8d-7a3f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e703ea7c-e738-4beb-aadd-5b01f4d372ef",
      "resourceInvariantUUID": "0cbe79a7-6a66-48f4-b34a-6b5b2e9c91ac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
      "artifactChecksum": "MGNkYjMzZWU1MzNkZjNlYzI5ZjQ5ZmQ5OTlkNWViNGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "117807ae-71f9-4d62-881c-778cebf75e27"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T01:28:22.285Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:28:22.285Z|8e1c9add-5627-4268-a5ec-041281b9ecd2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4731f76a-0a91-406f-a55a-77e47cf88738 ASDC
2022-03-17T01:28:22.285Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3663f8c9-3a9d-415d-84b4-c33ea4f27959
ServiceName:Demo_pNF_gQWaw0p8NAptltnf0Wsc
ServiceVersion:1.0
ServiceUUID:4731f76a-0a91-406f-a55a-77e47cf88738
ServiceInvariantUUID:cfb43876-716d-4d21-91ae-9a183219c607
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
ArtifactUUID:117807ae-71f9-4d62-881c-778cebf75e27
ArtifactChecksum:MGNkYjMzZWU1MzNkZjNlYzI5ZjQ5ZmQ5OTlkNWViNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9d4ada8d-7a3f 0
ResourceCustomizationUUID:bf06ac96-cc9a-425e-9244-d4919fd05cf9
ResourceInvariantUUID:0cbe79a7-6a66-48f4-b34a-6b5b2e9c91ac
ResourceName:pNF 9d4ada8d-7a3f
ResourceType:PNF
ResourceUUID:e703ea7c-e738-4beb-aadd-5b01f4d372ef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-17T01:28:22.285Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4731f76a-0a91-406f-a55a-77e47cf88738 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:28:22.301Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:28:22.301Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:28:22.301Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:28:22.301Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 117807ae-71f9-4d62-881c-778cebf75e27 from URL: /sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:22.301Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:28:22.301Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:22.395Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:28:22.398Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar 117807ae-71f9-4d62-881c-778cebf75e27 82634
2022-03-17T01:28:22.399Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar ASDC sendASDCNotification
2022-03-17T01:28:22.399Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:22.399Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:28:22.399Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:22.401Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:22.401Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480502399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:28:22.501Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:22.501Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:22.502Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:22.516Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:22.517Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:23.401Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:28:23.402Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:28:23.402Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 117807ae-71f9-4d62-881c-778cebf75e27, URL: /sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar to file: /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:23.403Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:23.403Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:23.403Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:23.804Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3877578387164849437/Definitions/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml
2022-03-17T01:28:24.341Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:28:24.341Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9d4ada8d-7a3f 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-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:28:24.342Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Node template pNF 9d4ada8d-7a3f 0 is matching search criteria
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 9d4ada8d-7a3f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Node template pNF 9d4ada8d-7a3f 0 is matching search criteria
2022-03-17T01:28:24.343Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 9d4ada8d-7a3f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.344Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.345Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.345Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.345Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gQWaw0p8NAptltnf0Wsc
Description:catalog service description
Model UUID:4731f76a-0a91-406f-a55a-77e47cf88738
Model Version:NULL
Model InvariantUuid:cfb43876-716d-4d21-91ae-9a183219c607
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T01:28:24.352Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e703ea7c-e738-4beb-aadd-5b01f4d372ef
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:28:24.354Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||pNF 9d4ada8d-7a3f 0
2022-03-17T01:28:24.354Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e703ea7c-e738-4beb-aadd-5b01f4d372ef
2022-03-17T01:28:24.354Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4731f76a-0a91-406f-a55a-77e47cf88738
2022-03-17T01:28:24.354Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4731f76a-0a91-406f-a55a-77e47cf88738
2022-03-17T01:28:24.354Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9d4ada8d-7a3f 0 e703ea7c-e738-4beb-aadd-5b01f4d372ef ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:28:24.358Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6de6d352, org.onap.sdc.toscaparser.api.parameters.Input@466dacdd, org.onap.sdc.toscaparser.api.parameters.Input@7c0f4152, org.onap.sdc.toscaparser.api.parameters.Input@2881ee28, org.onap.sdc.toscaparser.api.parameters.Input@7326c429]
2022-03-17T01:28:24.358Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.358Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.359Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4731f76a-0a91-406f-a55a-77e47cf88738: pNF 9d4ada8d-7a3f
2022-03-17T01:28:24.359Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Processing PNF resource: e703ea7c-e738-4beb-aadd-5b01f4d372ef
2022-03-17T01:28:24.359Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:28:24.359Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gQWaw0p8NAptltnf0Wsc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:28:24.359Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||Resource customization UUID: bf06ac96-cc9a-425e-9244-d4919fd05cf9 is the same as notified resource customizationUUID: bf06ac96-cc9a-425e-9244-d4919fd05cf9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-17T01:28:24.406Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9d4ada8d-7a3f e703ea7c-e738-4beb-aadd-5b01f4d372ef 0 ASDC deployResourceStructure
2022-03-17T01:28:24.406Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar ASDC sendASDCNotification
2022-03-17T01:28:24.407Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar
2022-03-17T01:28:24.407Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:28:24.407Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:24.408Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:24.408Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480504406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:28:24.508Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:24.509Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:24.509Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:24.523Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:24.523Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:28:25.409Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3663f8c9-3a9d-415d-84b4-c33ea4f27959
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:28:25.414Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3663f8c9-3a9d-415d-84b4-c33ea4f27959
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:28:25.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:28:25.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T01:28:25.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T01:28:25.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T01:28:25.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:28:25.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:28:25.419Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:28:55.419Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T01:28:55.424Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and serviceModelVersionId: 4731f76a-0a91-406f-a55a-77e47cf88738
2022-03-17T01:28:55.424Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfb43876-716d-4d21-91ae-9a183219c607
2022-03-17T01:28:55.425Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfb43876-716d-4d21-91ae-9a183219c607/model-vers/model-ver/4731f76a-0a91-406f-a55a-77e47cf88738?depth=0
2022-03-17T01:28:55.428Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:28:55.457Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfb43876-716d-4d21-91ae-9a183219c607/model-vers/model-ver/4731f76a-0a91-406f-a55a-77e47cf88738?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T01:28:55.458Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfb43876-716d-4d21-91ae-9a183219c607/model-vers/model-ver/4731f76a-0a91-406f-a55a-77e47cf88738?depth=0|INFO|500||Invoke
2022-03-17T01:28:55.474Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfb43876-716d-4d21-91ae-9a183219c607/model-vers/model-ver/4731f76a-0a91-406f-a55a-77e47cf88738?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T01:28:55.547Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfb43876-716d-4d21-91ae-9a183219c607/model-vers/model-ver/4731f76a-0a91-406f-a55a-77e47cf88738?depth=0|INFO|500||InvokeReturn
2022-03-17T01:28:55.548Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cfb43876-716d-4d21-91ae-9a183219c607/model-vers/model-ver/4731f76a-0a91-406f-a55a-77e47cf88738?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-01:28:55:483-5247], vertex-id=[192632], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:28:55 GMT], Content-Type=[application/json]}
2022-03-17T01:28:55.548Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:28:55.548Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:28:55.548Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:28:55.553Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:28:55.553Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3663f8c9-3a9d-415d-84b4-c33ea4f27959 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:28:55.554Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:28:55.554Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:28:55.555Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:28:55.555Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480535554,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:28:55.655Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:28:55.656Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:28:55.656Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:28:55.674Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:28:55.674Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:28:56.563Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:28:56.564Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:28:56.564Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:01.413Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:01.414Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-17T01:29:01.414Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2c0723a-18a0-41b8-85f0-16c3679264b6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1f60172e-1755-4b74-9133-b878763f3929","serviceDescription":"service","serviceInvariantUUID":"1bfb9132-b712-463a-8c83-bc96df193623","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4619067-7a83-4a4a-a654-265fc1d34fa0","resourceInvariantUUID":"73551bf4-0ee0-4cab-9137-18d391af6794","resourceCustomizationUUID":"f1be948a-7508-4b76-b9c7-e63197305b53","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":"MjM1Y2M5OWVmYWVjZGZkYjJkODRkOTRlOTc4NjJkZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"688c391a-ecad-476c-b422-5292867d5a08","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":"8d7e9c1c-5fc2-4fd1-a9c4-76b53bb135ce","artifactVersion":"2","generatedFromUUID":"b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a"},{"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":"b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a","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":"NWE2MjNhNjZlYjgzMzRjOTgxMWQ0NTQ5ZjRhYTBiYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f8b743f-063e-4c07-90e2-4a115fa9973b","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":"43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4","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":"04c14105-a424-4bb1-9dc2-8e4ae9f5a5a2","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":"ed7c9b9c-1337-4124-8606-d6ee015639a1","artifactVersion":"2","generatedFromUUID":"43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzRhMjkwYjlkZTg5NGU4MDNiNGRkNTU0MjdhYWUxNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5da057f0-39de-411c-a31e-770af7babe68","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzE1NTViMGE1Zjg2ZTQ3MWM2ZjUzY2RkNDQ4MGU1YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c44fca9b-94f7-433c-9337-06b66408fb78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T01:29:01.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:01.416Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:01.417Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:01.418Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:01.518Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:01.518Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:01.518Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:01.532Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:01.532Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:02.418Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:02.419Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:02.420Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:02.420Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-17T01:29:02.521Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:29:02.521Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:02.521Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:02.536Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:02.537Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:03.421Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:03.422Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:03.423Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:03.423Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-17T01:29:03.523Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:03.524Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:03.524Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:03.537Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:03.538Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:04.424Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:04.424Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:04.426Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:04.426Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:29:04.526Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:04.527Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:04.527Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:04.541Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:04.541Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:05.426Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:05.427Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:05.429Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:05.429Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:29:05.529Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:05.530Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:05.530Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:05.543Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:05.543Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:06.430Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:06.430Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:06.432Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:06.432Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:06.532Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:06.533Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:06.533Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:06.546Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:06.546Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:07.433Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:07.434Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:07.435Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:07.436Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-17T01:29:07.536Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T01:29:07.536Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:07.536Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:07.550Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:07.550Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:08.436Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:08.437Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:08.438Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:08.438Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:08.539Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:08.539Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:08.540Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:08.552Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:08.552Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:09.439Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T01:29:09.440Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:09.441Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:09.442Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:29:09.542Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:09.542Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:09.542Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:09.555Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:09.555Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:10.443Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "1f60172e-1755-4b74-9133-b878763f3929",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1bfb9132-b712-463a-8c83-bc96df193623",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f1be948a-7508-4b76-b9c7-e63197305b53",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a4619067-7a83-4a4a-a654-265fc1d34fa0",
      "resourceInvariantUUID": "73551bf4-0ee0-4cab-9137-18d391af6794",
      "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": "8d7e9c1c-5fc2-4fd1-a9c4-76b53bb135ce",
          "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": "b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a",
          "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": "NWE2MjNhNjZlYjgzMzRjOTgxMWQ0NTQ5ZjRhYTBiYzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0f8b743f-063e-4c07-90e2-4a115fa9973b",
          "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": "43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4",
          "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": "ed7c9b9c-1337-4124-8606-d6ee015639a1",
            "generatedFromUUID": "43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4"
          },
          "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": "ed7c9b9c-1337-4124-8606-d6ee015639a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzE1NTViMGE1Zjg2ZTQ3MWM2ZjUzY2RkNDQ4MGU1YWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c44fca9b-94f7-433c-9337-06b66408fb78"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T01:29:10.443Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T01:29:10.443Z|3663f8c9-3a9d-415d-84b4-c33ea4f27959|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1f60172e-1755-4b74-9133-b878763f3929 ASDC
2022-03-17T01:29:10.444Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f2c0723a-18a0-41b8-85f0-16c3679264b6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1f60172e-1755-4b74-9133-b878763f3929
ServiceInvariantUUID:1bfb9132-b712-463a-8c83-bc96df193623
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:c44fca9b-94f7-433c-9337-06b66408fb78
ArtifactChecksum:NzE1NTViMGE1Zjg2ZTQ3MWM2ZjUzY2RkNDQ4MGU1YWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f1be948a-7508-4b76-b9c7-e63197305b53
ResourceInvariantUUID:73551bf4-0ee0-4cab-9137-18d391af6794
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a4619067-7a83-4a4a-a654-265fc1d34fa0
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:8d7e9c1c-5fc2-4fd1-a9c4-76b53bb135ce
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:b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a
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:0f8b743f-063e-4c07-90e2-4a115fa9973b
ArtifactChecksum:NWE2MjNhNjZlYjgzMzRjOTgxMWQ0NTQ5ZjRhYTBiYzY=
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:43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4
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:ed7c9b9c-1337-4124-8606-d6ee015639a1
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:ed7c9b9c-1337-4124-8606-d6ee015639a1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T01:29:10.444Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f60172e-1755-4b74-9133-b878763f3929 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:29:10.464Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:29:10.464Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:29:10.464Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:29:10.464Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c44fca9b-94f7-433c-9337-06b66408fb78 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T01:29:10.465Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:29:10.465Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T01:29:10.549Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:29:10.552Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c44fca9b-94f7-433c-9337-06b66408fb78 68954
2022-03-17T01:29:10.552Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-17T01:29:10.552Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T01:29:10.552Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:29:10.553Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:10.554Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:10.554Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480550552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:29:10.654Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:10.655Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:10.655Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:10.794Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:10.795Z||pool-76-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:11.555Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T01:29:11.556Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-17T01:29:11.556Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c44fca9b-94f7-433c-9337-06b66408fb78, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:11.556Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-17T01:29:11.556Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:11.556Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:11.709Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8533975480437685841/Definitions/service-BasicCnf-template.yml
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-17T01:29:12.483Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T01:29:12.484Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:12.485Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-17T01:29:12.486Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3cdc88f3-79dd-474d-816f-fa396c53041a
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:12.487Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:1f60172e-1755-4b74-9133-b878763f3929
Model Version:NULL
Model InvariantUuid:1bfb9132-b712-463a-8c83-bc96df193623
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:864f0948-a0a8-4812-896b-2c6a2c7b74af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73551bf4-0ee0-4cab-9137-18d391af6794
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f1be948a-7508-4b76-b9c7-e63197305b53
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:826c0f6f-dcd4-4f52-88fe-cadb874681e3
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c3a0589b-38df-4314-9f47-a16cc2a02d92
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3cdc88f3-79dd-474d-816f-fa396c53041a
ModelInvariantUuid:1aec7237-ab55-4c3c-8686-2f4053ed96da
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:95f61a57-20b9-4a82-b799-95c79907487a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b5280624-6b25-4fee-aae2-14a061ba0fbd
ModelInvariantUuid:bf077d8c-cd48-426b-bc3b-9cda03c89cdf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:426984b9-a190-457e-8c3f-ce75a76eea2c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T01:29:12.493Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a4619067-7a83-4a4a-a654-265fc1d34fa0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:29:12.495Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-03-17T01:29:12.495Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4619067-7a83-4a4a-a654-265fc1d34fa0
2022-03-17T01:29:12.495Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d7e9c1c-5fc2-4fd1-a9c4-76b53bb135ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-17T01:29:12.496Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:29:12.496Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-17T01:29:12.652Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:29:12.653Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8d7e9c1c-5fc2-4fd1-a9c4-76b53bb135ce 12
2022-03-17T01:29:12.653Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-17T01:29:12.653Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-17T01:29:12.653Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:29:12.653Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:12.655Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:12.655Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480552653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:29:12.755Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:12.756Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:12.756Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:12.769Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:12.769Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:13.656Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-17T01:29:13.656Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:29:13.656Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-17T01:29:13.850Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:29:13.850Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a 2688
2022-03-17T01:29:13.851Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-17T01:29:13.851Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-17T01:29:13.851Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:29:13.851Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:13.853Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:13.853Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480553851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:29:13.953Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:13.954Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:13.954Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:13.967Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:13.968Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:29:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:29:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:14.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:14.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:29:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:29:14.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-17T01:29:14.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:29:14.854Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0f8b743f-063e-4c07-90e2-4a115fa9973b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T01:29:14.855Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:29:14.855Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T01:29:15.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:29:15.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0f8b743f-063e-4c07-90e2-4a115fa9973b 828
2022-03-17T01:29:15.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-17T01:29:15.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T01:29:15.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:29:15.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:15.345Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:15.345Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480555343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:29:15.445Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:15.446Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:15.446Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:15.458Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:15.459Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:16.345Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "826c0f6f-dcd4-4f52-88fe-cadb874681e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3a0589b-38df-4314-9f47-a16cc2a02d92",
    "vfModuleModelCustomizationUUID": "23933f06-24a7-4b36-adcb-71f6d259fe94",
    "isBase": true,
    "artifacts": [
      "43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4",
      "b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a",
      "ed7c9b9c-1337-4124-8606-d6ee015639a1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T01:29:16.349Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3a0589b-38df-4314-9f47-a16cc2a02d92
VfModuleModelInvariantUUID:826c0f6f-dcd4-4f52-88fe-cadb874681e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4
,
b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a
,
ed7c9b9c-1337-4124-8606-d6ee015639a1

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

isBase:true


}

2022-03-17T01:29:16.351Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "826c0f6f-dcd4-4f52-88fe-cadb874681e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3a0589b-38df-4314-9f47-a16cc2a02d92",
    "vfModuleModelCustomizationUUID": "23933f06-24a7-4b36-adcb-71f6d259fe94",
    "isBase": true,
    "artifacts": [
      "43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4",
      "b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a",
      "ed7c9b9c-1337-4124-8606-d6ee015639a1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T01:29:16.351Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3a0589b-38df-4314-9f47-a16cc2a02d92
VfModuleModelInvariantUUID:826c0f6f-dcd4-4f52-88fe-cadb874681e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4
,
b6c87a9b-a3c7-408a-8e9d-7e5cbd3f0b5a
,
ed7c9b9c-1337-4124-8606-d6ee015639a1

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

isBase:true


}

2022-03-17T01:29:16.351Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T01:29:16.351Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:29:16.351Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T01:29:16.703Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:29:16.703Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 43c1ed2f-d942-4ea3-ba1b-002d3f32e9f4 1164
2022-03-17T01:29:16.703Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-17T01:29:16.703Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T01:29:16.703Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:29:16.703Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:16.705Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:16.705Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480556703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:29:16.805Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:16.806Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:16.806Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:16.823Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:16.823Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:17.705Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ed7c9b9c-1337-4124-8606-d6ee015639a1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T01:29:17.706Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-17T01:29:17.706Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T01:29:17.903Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-17T01:29:17.904Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ed7c9b9c-1337-4124-8606-d6ee015639a1 200
2022-03-17T01:29:17.904Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-17T01:29:17.904Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T01:29:17.904Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T01:29:17.904Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:17.906Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:17.906Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480557904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:29:18.006Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:18.007Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:18.007Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:18.020Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:18.020Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:18.907Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1f60172e-1755-4b74-9133-b878763f3929
2022-03-17T01:29:18.907Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a4619067-7a83-4a4a-a654-265fc1d34fa0 ASDC
2022-03-17T01:29:18.915Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:29:18.924Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@720850f4, org.onap.sdc.toscaparser.api.parameters.Input@3fca5b05, org.onap.sdc.toscaparser.api.parameters.Input@5c52ee6e, org.onap.sdc.toscaparser.api.parameters.Input@6fa72180, org.onap.sdc.toscaparser.api.parameters.Input@5f985370]
2022-03-17T01:29:18.925Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.925Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.926Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-17T01:29:18.926Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f1be948a-7508-4b76-b9c7-e63197305b53
2022-03-17T01:29:18.926Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1be948a-7508-4b76-b9c7-e63197305b53 matches Tosca VF Customization UUID: f1be948a-7508-4b76-b9c7-e63197305b53
2022-03-17T01:29:18.926Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f1be948a-7508-4b76-b9c7-e63197305b53  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T01:29:18.928Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.928Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.928Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f1be948a-7508-4b76-b9c7-e63197305b53: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-17T01:29:18.928Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ff005d9
2022-03-17T01:29:18.929Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.929Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T01:29:18.929Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23933f06-24a7-4b36-adcb-71f6d259fe94
2022-03-17T01:29:18.929Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23933f06-24a7-4b36-adcb-71f6d259fe94
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T01:29:18.931Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.931Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:18.931Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:29:18.932Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.932Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:18.932Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:29:18.932Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.932Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-17T01:29:18.932Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-17T01:29:18.933Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3cdc88f3-79dd-474d-816f-fa396c53041a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T01:29:18.934Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.935Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:18.935Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T01:29:18.935Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.935Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T01:29:18.935Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f1be948a-7508-4b76-b9c7-e63197305b53
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1f60172e-1755-4b74-9133-b878763f3929: basic_cnf
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.937Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T01:29:18.938Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:29:18.992Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a4619067-7a83-4a4a-a654-265fc1d34fa0 1 ASDC deployResourceStructure
2022-03-17T01:29:18.992Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-17T01:29:18.992Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-17T01:29:18.992Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-17T01:29:18.993Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:18.994Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:18.994Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480558992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T01:29:19.094Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:19.095Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:19.095Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:19.108Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:19.108Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:19.995Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-17T01:29:19.995Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-17T01:29:19.995Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-17T01:29:19.995Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:19.997Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:19.997Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480559995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T01:29:20.097Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:20.098Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:20.098Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:20.111Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:20.111Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:20.998Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-17T01:29:20.998Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T01:29:20.998Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:29:20.998Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:21.000Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:21.000Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480560997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:29:21.100Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:21.100Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:21.101Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:21.112Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:21.112Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:22.000Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-17T01:29:22.001Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T01:29:22.001Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:29:22.001Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:22.002Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:22.002Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480562000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:29:22.103Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:22.104Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:22.104Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:22.118Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:22.118Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:23.003Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-17T01:29:23.003Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T01:29:23.004Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:29:23.004Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:23.005Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:23.006Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480563003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:29:23.106Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:29:23.106Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:23.106Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:23.119Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:23.120Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:24.006Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-17T01:29:24.007Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T01:29:24.007Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T01:29:24.007Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:29:24.008Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:29:24.008Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480564006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:29:24.109Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T01:29:24.109Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:29:24.109Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:29:24.124Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:29:24.124Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T01:29:25.009Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:29:25.015Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:29:25.016Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:29:25.016Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:29:25.016Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:29:55.016Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:29:55.023Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:29:55.024Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:29:55.024Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T01:29:55.024Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T01:30:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:30:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:30:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:30:14.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:30:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480427889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480431467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480429958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480432022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480442614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480442620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480442624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "cds",
  "timestamp": 1647480443628,
  "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-03-17T01:30:14.689Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2c0723a-18a0-41b8-85f0-16c3679264b6
2022-03-17T01:30:14.689Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2c0723a-18a0-41b8-85f0-16c3679264b6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:30:14.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480443664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480444561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480444712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647480445564,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:30:14.698Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2c0723a-18a0-41b8-85f0-16c3679264b6
2022-03-17T01:30:14.698Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2c0723a-18a0-41b8-85f0-16c3679264b6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:30:14.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480437053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480445755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647480437412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480446801,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:30:14.705Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2c0723a-18a0-41b8-85f0-16c3679264b6
2022-03-17T01:30:14.705Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2c0723a-18a0-41b8-85f0-16c3679264b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:30:14.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480446814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.709Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647480447804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480439468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480449172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480450175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480450901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "policy-id",
  "timestamp": 1647480451177,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:30:14.712Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2c0723a-18a0-41b8-85f0-16c3679264b6
2022-03-17T01:30:14.712Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2c0723a-18a0-41b8-85f0-16c3679264b6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T01:30:14.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480451668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:30:14.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "aai-ml",
  "timestamp": 1647480452672,
  "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-03-17T01:30:14.716Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2c0723a-18a0-41b8-85f0-16c3679264b6
2022-03-17T01:30:14.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2c0723a-18a0-41b8-85f0-16c3679264b6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:30:14.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480452907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:30:14.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "clamp",
  "timestamp": 1647480453910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:30:14.723Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2c0723a-18a0-41b8-85f0-16c3679264b6
2022-03-17T01:30:14.723Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2c0723a-18a0-41b8-85f0-16c3679264b6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T01:30:14.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1c9add-5627-4268-a5ec-041281b9ecd2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480493250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:30:14.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:30:14.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T01:30:14.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:30:14.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:30:25.024Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:30:25.031Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T01:30:25.032Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T01:30:25.032Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T01:30:25.033Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T01:30:25.035Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T01:30:55.035Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2c0723a-18a0-41b8-85f0-16c3679264b6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T01:30:55.040Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2c0723a-18a0-41b8-85f0-16c3679264b6 and serviceModelVersionId: 1f60172e-1755-4b74-9133-b878763f3929
2022-03-17T01:30:55.040Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bfb9132-b712-463a-8c83-bc96df193623
2022-03-17T01:30:55.040Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0
2022-03-17T01:30:55.044Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T01:30:55.071Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0|INFO|500||Invoke
2022-03-17T01:30:55.071Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f2c0723a-18a0-41b8-85f0-16c3679264b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9baefd37-5de5-4f3b-a854-172a83293a5d], X-ECOMP-RequestID=[f2c0723a-18a0-41b8-85f0-16c3679264b6], X-TransactionId=[], X-ONAP-RequestID=[f2c0723a-18a0-41b8-85f0-16c3679264b6], Content-Type=[application/merge-patch+json]}
2022-03-17T01:30:55.086Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T01:30:55.164Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?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/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-01:30:55:093-1221], vertex-id=[213128], Content-Length=[0], Date=[Thu, 17 Mar 2022 01:30:55 GMT], Content-Type=[application/json]}
2022-03-17T01:30:55.164Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T01:30:55.165Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfb9132-b712-463a-8c83-bc96df193623/model-vers/model-ver/1f60172e-1755-4b74-9133-b878763f3929?depth=0|INFO|500||InvokeReturn
2022-03-17T01:30:55.165Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T01:30:55.165Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T01:30:55.168Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T01:30:55.168Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2c0723a-18a0-41b8-85f0-16c3679264b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T01:30:55.169Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T01:30:55.169Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-17T01:30:55.170Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T01:30:55.170Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480655169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:30:55.270Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T01:30:55.271Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T01:30:55.272Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:30:55.289Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:30:55.290Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T01:30:56.179Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:30:56.180Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:30:56.180Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:05.722Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:31:05.722Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:31:05.723Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:31:05.723Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:31:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:31:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:14.670Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:31:14.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/resourceInstances/pnf9d4ada8d7a3f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480362894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480502399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480504406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGqwaw0p8naptltnf0wsc/1.0/artifacts/service-DemoPnfGqwaw0p8naptltnf0wsc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3663f8c9-3a9d-415d-84b4-c33ea4f27959",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480535554,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:31:14.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480536563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480550552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480552653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:31:14.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:31:14.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T01:31:14.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480553851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:31:14.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:31:15.265Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:31:15.266Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:31:15.266Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:31:15.266Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:24.800Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:31:24.801Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:31:24.801Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:31:24.801Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:34.341Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:31:34.342Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:31:34.342Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:31:34.343Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:43.880Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:31:43.880Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:31:43.881Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:31:43.881Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:31:53.419Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:32:14.649Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:32:14.649Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:32:14.649Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:32:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:32:14.650Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:32:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:32:14.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:32:14.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480555343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480556703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480557904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480558992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T01:32:14.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480559995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480560997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480562000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480563003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480564006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T01:32:14.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:32:24.192Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:33:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:33:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:33:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:33:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:33:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:33:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:33:15.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:33:15.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T01:33:15.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2c0723a-18a0-41b8-85f0-16c3679264b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647480655169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T01:33:15.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T01:33:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:34:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:34:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:34:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:34:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:34:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:34:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:34:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:34:24.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:35:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:35:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:35:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:35:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:35:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:35:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:35:24.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:35:24.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:36:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:36:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:36:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:36:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:36:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:36:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:36:24.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:36:24.199Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:37:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:37:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:37:14.650Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:37:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:37:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:37:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:37:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:37:24.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:38:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:38:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:38:14.650Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:38:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:38:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:38:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:38:24.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:38:24.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:39:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:39:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:39:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:39:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:39:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:39:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:39:24.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:39:24.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:40:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:40:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:40:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:40:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:40:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:40:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:40:24.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:40:24.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:41:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:41:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:41:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:41:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:41:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:41:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:41:24.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:41:24.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:42:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:42:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:42:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:42:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:42:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:42:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:42:24.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:42:24.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:43:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:43:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:43:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:43:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:43:14.650Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:43:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:43:24.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:43:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:44:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:44:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:44:14.650Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:44:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:44:14.651Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:44:14.651Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:44:24.191Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:44:24.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:45:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:45:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:45:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:45:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:45:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:45:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:45:24.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:45:24.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:46:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:46:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:46:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:46:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:46:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:46:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:46:24.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:46:24.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:47:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:47:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:47:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:47:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:47:14.650Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:47:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:47:24.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:47:24.202Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:48:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:48:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:48:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:48:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:48:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:48:14.651Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:48:24.192Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:48:24.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:49:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:49:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:49:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:49:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:49:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:49:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:49:24.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:49:24.189Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:50:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:50:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:50:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:50:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:50:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:50:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:50:24.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:50:24.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:51:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:51:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:51:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:51:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:51:14.650Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:51:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:51:24.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:51:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:52:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:52:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:52:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:52:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:52:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:52:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:52:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:52:24.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:53:14.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:53:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:53:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:53:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:53:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:53:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:53:24.186Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:53:24.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:54:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:54:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:54:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:54:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:54:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:54:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:54:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:54:24.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:55:14.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:55:14.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:55:14.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T01:55:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:55:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:55:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:55:24.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:55:24.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:56:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:56:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:56:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:56:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:56:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:56:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:56:24.192Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:56:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:57:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:57:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:57:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:57:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:57:14.651Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:57:14.651Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:57:24.186Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:57:24.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:58:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:58:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:58:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:58:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:58:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:58:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:58:24.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:58:24.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:59:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:59:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:59:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:59:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T01:59:14.650Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T01:59:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T01:59:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T01:59:24.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:00:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:00:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:00:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:00:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:00:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:00:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:00:24.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:00:24.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:01:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:01:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:01:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:01:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:01:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:01:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:01:24.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:01:24.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:02:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:02:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:02:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:02:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:02:14.651Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:02:14.651Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:02:24.189Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:02:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:03:14.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:03:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:03:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:03:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:03:14.650Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:03:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:03:24.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:03:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:04:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:04:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:04:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:04:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:04:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:04:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:04:24.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:04:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:05:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:05:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:05:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:05:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:05:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:05:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:05:24.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:05:24.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:06:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:06:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:06:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:06:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:06:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:06:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:06:24.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:06:24.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:07:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:07:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:07:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:07:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:07:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:07:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:07:24.208Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:07:24.209Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:08:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:08:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:08:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:08:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:08:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:08:14.651Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:08:24.188Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:08:24.192Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:09:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:09:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:09:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:09:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:09:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:09:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:09:24.188Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:09:24.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:10:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:10:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:10:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:10:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:10:14.651Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:10:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:10:24.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:10:24.198Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:11:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:11:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:11:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:11:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:11:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:11:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:11:24.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:11:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:12:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:12:14.650Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:12:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:12:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:12:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:12:14.651Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:12:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:12:24.195Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:13:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:13:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:13:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:13:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:13:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:13:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:13:24.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:13:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:14:14.649Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:14:14.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:14:14.649Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:14:14.650Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:14:14.650Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:14:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:14:24.195Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:14:24.195Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:14.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:15:14.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:15:14.649Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:15:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:15:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:14.774Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:14.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483262889,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483257053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483259468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483257412,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483275453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483275450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483275552,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "cds",
  "timestamp": 1647483276458,
  "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-03-17T02:15:14.802Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e7a5489-1dab-4afe-8a75-d9422b484a25
2022-03-17T02:15:14.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7a5489-1dab-4afe-8a75-d9422b484a25 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483276453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.808Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "policy-id",
  "timestamp": 1647483277455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:15:14.812Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7a5489-1dab-4afe-8a75-d9422b484a25
2022-03-17T02:15:14.812Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7a5489-1dab-4afe-8a75-d9422b484a25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483272022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483280757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483281858,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483282947,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483283154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "aai-ml",
  "timestamp": 1647483283951,
  "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-03-17T02:15:14.825Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e7a5489-1dab-4afe-8a75-d9422b484a25
2022-03-17T02:15:14.825Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7a5489-1dab-4afe-8a75-d9422b484a25 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483284498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:15:14.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e7a5489-1dab-4afe-8a75-d9422b484a25
2022-03-17T02:15:14.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7a5489-1dab-4afe-8a75-d9422b484a25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483285502,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483279958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483277412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483279468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483277889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483288951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483290007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483290045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483290848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483291009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483291853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:15:14.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e7a5489-1dab-4afe-8a75-d9422b484a25
2022-03-17T02:15:14.849Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7a5489-1dab-4afe-8a75-d9422b484a25 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "policy-id",
  "timestamp": 1647483292011,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.864Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
2022-03-17T02:15:14.864Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "cds",
  "timestamp": 1647483292110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:15:14.875Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
2022-03-17T02:15:14.875Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483287053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483295752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483292022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483300650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483300711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "aai-ml",
  "timestamp": 1647483301653,
  "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-03-17T02:15:14.890Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
2022-03-17T02:15:14.890Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483301751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483302194,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483302788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.899Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483303198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:14.899Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483303910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:15:14.903Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
2022-03-17T02:15:14.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483304912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483306263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483307266,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "clamp",
  "timestamp": 1647483308269,
  "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-03-17T02:15:14.912Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 5e7a5489-1dab-4afe-8a75-d9422b484a25
2022-03-17T02:15:14.912Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e7a5489-1dab-4afe-8a75-d9422b484a25 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:14.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:15:15.280Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:15.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T02:15:15.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e7a5489-1dab-4afe-8a75-d9422b484a25","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"627a0873-a298-4514-a6be-8746ee292ee2","serviceDescription":"service","serviceInvariantUUID":"68777c91-04f3-43fa-b6b4-88046f1ee221","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5cead8d7-bae2-4e74-b062-88ae72ab277a","resourceInvariantUUID":"a456a2b0-630c-4929-8fd1-41c9fd027594","resourceCustomizationUUID":"81da1ec5-2033-447a-a29f-3548d84651f2","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":"3bbb9431-202c-4ed5-ab4b-93efdb62818d","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":"NDc0ZmYxODg5NDAyNzVhNTgyOGIyMDc2ZTk5MGEyYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95e93ade-0fc9-476a-9108-dcd59aaa8cb2","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":"OWM0N2M2ZDcwYzI0NzY4Nzg0YjEzOWE3YjAxMGQ3M2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c4d8788-f019-4269-842d-a4efd9eae6cf","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":"9739ae7c-faf4-411a-a988-0d82655309d7","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":"8892b105-b817-48c5-ae8a-8fa2c952d3e1","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":"c8b4bf1b-a3e1-448a-a570-7bf63bde5536","artifactVersion":"2","generatedFromUUID":"9739ae7c-faf4-411a-a988-0d82655309d7"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2RlZGVkNzdkYThlMjQ0ZDQ0OTE4OGMwOGNiOTc1OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd7a9ede-2ca0-4d23-b200-43456b5be2c1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzlmY2M5OTVmM2E0NTZjNjUyYTkyOTg1MTkyNzk3Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a30d82e6-8b02-41fc-ad23-c919297a7452","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T02:15:15.284Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:15.284Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:15.286Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:15.286Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:15.386Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:15.387Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:15.387Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:15.403Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:15.403Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:16.286Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:16.287Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:16.289Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:16.289Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:16.389Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:16.390Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:16.390Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:16.403Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:16.403Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:17.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:17.290Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:17.292Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:17.292Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:15:17.392Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:17.393Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:17.393Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:17.407Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:17.407Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:18.292Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:18.293Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:18.294Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:18.294Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:15:18.395Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:18.395Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:18.395Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:18.409Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:18.409Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:19.295Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:19.295Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:19.297Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:19.297Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:19.397Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:19.398Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:19.398Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:19.412Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:19.412Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:20.297Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:20.298Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:20.299Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:20.299Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T02:15:20.400Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T02:15:20.400Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:20.400Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:20.413Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:20.414Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:21.300Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:21.300Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:21.302Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:21.302Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:15:21.402Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:21.402Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:21.403Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:21.416Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:21.416Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:22.302Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:15:22.303Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:22.304Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:22.305Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:15:22.405Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:22.405Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:22.405Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:22.418Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:22.418Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:23.305Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "627a0873-a298-4514-a6be-8746ee292ee2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "68777c91-04f3-43fa-b6b4-88046f1ee221",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "81da1ec5-2033-447a-a29f-3548d84651f2",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5cead8d7-bae2-4e74-b062-88ae72ab277a",
      "resourceInvariantUUID": "a456a2b0-630c-4929-8fd1-41c9fd027594",
      "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": "OWM0N2M2ZDcwYzI0NzY4Nzg0YjEzOWE3YjAxMGQ3M2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9c4d8788-f019-4269-842d-a4efd9eae6cf",
          "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": "9739ae7c-faf4-411a-a988-0d82655309d7",
          "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": "c8b4bf1b-a3e1-448a-a570-7bf63bde5536",
            "generatedFromUUID": "9739ae7c-faf4-411a-a988-0d82655309d7"
          },
          "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": "c8b4bf1b-a3e1-448a-a570-7bf63bde5536",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NzlmY2M5OTVmM2E0NTZjNjUyYTkyOTg1MTkyNzk3Zjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a30d82e6-8b02-41fc-ad23-c919297a7452"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T02:15:23.306Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T02:15:23.306Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 627a0873-a298-4514-a6be-8746ee292ee2 ASDC
2022-03-17T02:15:23.306Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5e7a5489-1dab-4afe-8a75-d9422b484a25
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:627a0873-a298-4514-a6be-8746ee292ee2
ServiceInvariantUUID:68777c91-04f3-43fa-b6b4-88046f1ee221
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:a30d82e6-8b02-41fc-ad23-c919297a7452
ArtifactChecksum:NzlmY2M5OTVmM2E0NTZjNjUyYTkyOTg1MTkyNzk3Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:81da1ec5-2033-447a-a29f-3548d84651f2
ResourceInvariantUUID:a456a2b0-630c-4929-8fd1-41c9fd027594
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:5cead8d7-bae2-4e74-b062-88ae72ab277a
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:9c4d8788-f019-4269-842d-a4efd9eae6cf
ArtifactChecksum:OWM0N2M2ZDcwYzI0NzY4Nzg0YjEzOWE3YjAxMGQ3M2M=
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:9739ae7c-faf4-411a-a988-0d82655309d7
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:c8b4bf1b-a3e1-448a-a570-7bf63bde5536
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:c8b4bf1b-a3e1-448a-a570-7bf63bde5536
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T02:15:23.306Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 627a0873-a298-4514-a6be-8746ee292ee2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T02:15:23.333Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:15:23.333Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:15:23.333Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:15:23.333Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a30d82e6-8b02-41fc-ad23-c919297a7452 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-17T02:15:23.333Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:15:23.334Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-17T02:15:23.454Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:15:23.457Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar a30d82e6-8b02-41fc-ad23-c919297a7452 73662
2022-03-17T02:15:23.457Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-17T02:15:23.457Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-17T02:15:23.457Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:15:23.458Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:23.459Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:23.459Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483323457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:23.559Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:23.560Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:23.560Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:23.573Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:23.574Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:24.460Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:15:24.461Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:15:24.461Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a30d82e6-8b02-41fc-ad23-c919297a7452, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:24.461Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-17T02:15:24.461Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:24.462Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:24.591Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15242676936525951331/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-03-17T02:15:25.414Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-17T02:15:25.415Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:15:25.416Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T02:15:25.417Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:25.418Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3c3b6c4-cdbb-42df-a7ac-87d02e6bc264
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.419Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.420Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:25.420Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:25.420Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:627a0873-a298-4514-a6be-8746ee292ee2
Model Version:NULL
Model InvariantUuid:68777c91-04f3-43fa-b6b4-88046f1ee221
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a39ef8bb-2433-45eb-aa5c-5a7ed755b2d0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a456a2b0-630c-4929-8fd1-41c9fd027594
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81da1ec5-2033-447a-a29f-3548d84651f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc687005-bece-4d71-b868-4e66ec0eed2d
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:6b448cf3-ced0-408e-b4a4-8a585cddc9cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d3c3b6c4-cdbb-42df-a7ac-87d02e6bc264
ModelInvariantUuid:0732f9ba-ce79-4be1-90ce-a3996995c16a
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f5aa6a85-9091-44c3-aeb8-e59105c8100c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c732ccea-856b-4533-bf4a-63aad98ec16f
ModelInvariantUuid:7ddc29b4-e3be-4dbe-bcee-a39a1d4caa08
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e9a4c622-3378-4a1b-8d85-6013f34b3c5c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T02:15:25.424Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5cead8d7-bae2-4e74-b062-88ae72ab277a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:15:25.426Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||basicclamp 0
2022-03-17T02:15:25.426Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5cead8d7-bae2-4e74-b062-88ae72ab277a
2022-03-17T02:15:25.426Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c4d8788-f019-4269-842d-a4efd9eae6cf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-17T02:15:25.426Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:15:25.426Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-17T02:15:25.464Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:15:25.464Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9c4d8788-f019-4269-842d-a4efd9eae6cf 790
2022-03-17T02:15:25.464Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:25.464Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:25.464Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:15:25.464Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:25.466Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:25.466Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483325464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:25.567Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:25.567Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:25.567Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:25.581Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:25.582Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:26.470Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bc687005-bece-4d71-b868-4e66ec0eed2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b448cf3-ced0-408e-b4a4-8a585cddc9cd",
    "vfModuleModelCustomizationUUID": "e6fc9dea-951b-49c8-9ea4-e978c3542645",
    "isBase": true,
    "artifacts": [
      "9739ae7c-faf4-411a-a988-0d82655309d7",
      "c8b4bf1b-a3e1-448a-a570-7bf63bde5536"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T02:15:26.473Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b448cf3-ced0-408e-b4a4-8a585cddc9cd
VfModuleModelInvariantUUID:bc687005-bece-4d71-b868-4e66ec0eed2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9739ae7c-faf4-411a-a988-0d82655309d7
,
c8b4bf1b-a3e1-448a-a570-7bf63bde5536

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

isBase:true


}

2022-03-17T02:15:26.474Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bc687005-bece-4d71-b868-4e66ec0eed2d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b448cf3-ced0-408e-b4a4-8a585cddc9cd",
    "vfModuleModelCustomizationUUID": "e6fc9dea-951b-49c8-9ea4-e978c3542645",
    "isBase": true,
    "artifacts": [
      "9739ae7c-faf4-411a-a988-0d82655309d7",
      "c8b4bf1b-a3e1-448a-a570-7bf63bde5536"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T02:15:26.474Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b448cf3-ced0-408e-b4a4-8a585cddc9cd
VfModuleModelInvariantUUID:bc687005-bece-4d71-b868-4e66ec0eed2d
VfModuleModelDescription:NULL
Artifacts UUID List:{
9739ae7c-faf4-411a-a988-0d82655309d7
,
c8b4bf1b-a3e1-448a-a570-7bf63bde5536

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

isBase:true


}

2022-03-17T02:15:26.474Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9739ae7c-faf4-411a-a988-0d82655309d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-17T02:15:26.474Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:15:26.474Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-17T02:15:26.505Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:15:26.505Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 9739ae7c-faf4-411a-a988-0d82655309d7 5033
2022-03-17T02:15:26.505Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:26.505Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:26.505Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:15:26.505Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:26.507Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:26.507Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483326505,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:26.607Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:26.608Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:26.608Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:26.619Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:26.619Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:27.508Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c8b4bf1b-a3e1-448a-a570-7bf63bde5536 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-17T02:15:27.509Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:15:27.509Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-17T02:15:27.551Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:15:27.551Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c8b4bf1b-a3e1-448a-a570-7bf63bde5536 909
2022-03-17T02:15:27.551Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:27.551Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:27.551Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:15:27.552Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:27.553Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:27.553Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483327551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:15:27.653Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:27.654Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:27.654Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:27.668Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:27.668Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:28.554Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 627a0873-a298-4514-a6be-8746ee292ee2
2022-03-17T02:15:28.554Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5cead8d7-bae2-4e74-b062-88ae72ab277a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:15:28.562Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fb09d7e, org.onap.sdc.toscaparser.api.parameters.Input@5bc0a7ef, org.onap.sdc.toscaparser.api.parameters.Input@6e50fb10, org.onap.sdc.toscaparser.api.parameters.Input@2c9963a8, org.onap.sdc.toscaparser.api.parameters.Input@37d95028]
2022-03-17T02:15:28.563Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.563Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.563Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-17T02:15:28.563Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 81da1ec5-2033-447a-a29f-3548d84651f2
2022-03-17T02:15:28.563Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81da1ec5-2033-447a-a29f-3548d84651f2 matches Tosca VF Customization UUID: 81da1ec5-2033-447a-a29f-3548d84651f2
2022-03-17T02:15:28.563Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 81da1ec5-2033-447a-a29f-3548d84651f2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T02:15:28.564Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.564Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.565Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 81da1ec5-2033-447a-a29f-3548d84651f2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-17T02:15:28.565Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67fa2f3f
2022-03-17T02:15:28.565Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.565Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T02:15:28.565Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6fc9dea-951b-49c8-9ea4-e978c3542645
2022-03-17T02:15:28.565Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6fc9dea-951b-49c8-9ea4-e978c3542645
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T02:15:28.566Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.566Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:28.567Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:15:28.567Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.567Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:28.567Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:15:28.567Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.567Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-17T02:15:28.568Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T02:15:28.568Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T02:15:28.568Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d3c3b6c4-cdbb-42df-a7ac-87d02e6bc264
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T02:15:28.569Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.569Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:28.569Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:15:28.570Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.570Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-17T02:15:28.570Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=81da1ec5-2033-447a-a29f-3548d84651f2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:15:28.570Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 627a0873-a298-4514-a6be-8746ee292ee2: basicclamp
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.571Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.572Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:15:28.572Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:15:28.572Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:28.623Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5cead8d7-bae2-4e74-b062-88ae72ab277a 1 ASDC deployResourceStructure
2022-03-17T02:15:28.623Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:28.623Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:28.623Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:15:28.623Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:28.625Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:28.625Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483328623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:28.725Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:28.726Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:28.726Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:28.739Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:28.740Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:15:29.626Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:29.626Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:29.626Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:15:29.627Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:29.628Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:29.628Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483329626,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:29.728Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:29.729Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:29.729Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:29.742Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:29.743Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:15:30.629Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:30.629Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||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-03-17T02:15:30.629Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:15:30.629Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:30.631Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:30.631Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483330628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:30.731Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:30.731Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:30.731Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:30.748Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:30.749Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:15:31.631Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-17T02:15:31.632Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-17T02:15:31.632Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:15:31.632Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:15:31.634Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:15:31.634Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483331631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:15:31.734Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:15:31.734Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:15:31.735Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:15:31.747Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:15:31.748Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:15:32.634Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e7a5489-1dab-4afe-8a75-d9422b484a25
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:15:32.647Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e7a5489-1dab-4afe-8a75-d9422b484a25
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-17T02:15:32.650Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:15:32.654Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T02:16:02.654Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e7a5489-1dab-4afe-8a75-d9422b484a25 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T02:16:02.660Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e7a5489-1dab-4afe-8a75-d9422b484a25 and serviceModelVersionId: 627a0873-a298-4514-a6be-8746ee292ee2
2022-03-17T02:16:02.660Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68777c91-04f3-43fa-b6b4-88046f1ee221
2022-03-17T02:16:02.660Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68777c91-04f3-43fa-b6b4-88046f1ee221/model-vers/model-ver/627a0873-a298-4514-a6be-8746ee292ee2?depth=0
2022-03-17T02:16:02.664Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T02:16:02.696Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68777c91-04f3-43fa-b6b4-88046f1ee221/model-vers/model-ver/627a0873-a298-4514-a6be-8746ee292ee2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T02:16:02.696Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68777c91-04f3-43fa-b6b4-88046f1ee221/model-vers/model-ver/627a0873-a298-4514-a6be-8746ee292ee2?depth=0|INFO|500||Invoke
2022-03-17T02:16:02.710Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68777c91-04f3-43fa-b6b4-88046f1ee221/model-vers/model-ver/627a0873-a298-4514-a6be-8746ee292ee2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-17T02:16:02.780Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68777c91-04f3-43fa-b6b4-88046f1ee221/model-vers/model-ver/627a0873-a298-4514-a6be-8746ee292ee2?depth=0|INFO|500||InvokeReturn
2022-03-17T02:16:02.780Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68777c91-04f3-43fa-b6b4-88046f1ee221/model-vers/model-ver/627a0873-a298-4514-a6be-8746ee292ee2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-02:16:02:718-35100], vertex-id=[270376], Content-Length=[0], Date=[Thu, 17 Mar 2022 02:16:02 GMT], Content-Type=[application/json]}
2022-03-17T02:16:02.780Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T02:16:02.780Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T02:16:02.780Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:16:02.785Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T02:16:02.785Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e7a5489-1dab-4afe-8a75-d9422b484a25 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-03-17T02:16:02.785Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T02:16:02.785Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:02.787Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:02.787Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483362785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-03-17T02:16:02.887Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:02.888Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:02.888Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:02.905Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:02.905Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T02:16:03.798Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T02:16:03.798Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bda01ed7-3995-4d9d-82cb-4fa6767a7613","serviceDescription":"service","serviceInvariantUUID":"607cea1a-1db9-4c7f-bd0d-507af905c3da","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6bdae210-ab6f-4d70-9f31-d36363252698","resourceInvariantUUID":"379a5054-a43e-48d2-852a-6c031ad77f1c","resourceCustomizationUUID":"d090cd59-c9f3-48e1-8697-135f6332ea28","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":"NGZiZGEwZjhkZWE2YTM0NGZhZjk5YTcxOWZlMjQyYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e0d8730-1160-47b3-9c6b-202fad09be7d","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":"NWI2Y2YzYzM2MTA4MzE5ZmViODk4ZTE5NDU2YzQ3NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d88c17e-3a05-4048-ae98-02f42e89e636","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":"03ad7487-5ff6-4bf8-a59b-894dd62e4e5e","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":"ccb71929-819c-494c-8aa8-0c73b34eecb0","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":"79ff7315-6909-499f-9210-db548e2f4ebb","artifactVersion":"2","generatedFromUUID":"03ad7487-5ff6-4bf8-a59b-894dd62e4e5e"},{"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":"ZjllNzQ1MzE1NDViMDA2ZDA4ZDIxYmNiMjcwMGEyNjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"38ebce86-332c-4f53-bdf7-59705b552a46","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":"NzAwMzlhNjE5YWY5NzQyYWRlMjJhMDFiNDkwZTdkOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adc1b12b-f882-4ce8-8559-e6032a67c301","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTYzYzA5ZTM2MjZhOTU3NDE1ZWQyZWJmMDY0NTY0N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddb8db1b-d3e8-47ec-ba75-47f115f07aba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T02:16:03.798Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:03.798Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:03.800Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:03.800Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:16:03.900Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:03.900Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:03.900Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:03.914Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:03.914Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:04.800Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:04.801Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:04.802Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:04.802Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:16:04.903Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T02:16:04.903Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:04.903Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:04.917Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:04.917Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:05.803Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:05.803Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:05.805Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:05.805Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:16:05.905Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:05.906Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:05.906Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:05.919Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:05.920Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:06.805Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:06.806Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:06.808Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:06.808Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:16:06.908Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:06.909Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:06.909Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:06.923Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:06.923Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:07.808Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:07.809Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:07.810Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:07.811Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T02:16:07.911Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:07.911Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:07.911Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:07.925Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:07.925Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:16:08.811Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:08.812Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:08.813Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:08.813Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:16:08.913Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:08.914Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:08.914Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:08.928Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:08.929Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:16:09.814Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:09.814Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:09.816Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:09.816Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:16:09.917Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:09.918Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:09.918Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:09.932Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:09.932Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:10.816Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:16:10.817Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:10.819Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:10.819Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:16:10.919Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:10.920Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:10.920Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:10.934Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:10.934Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:16:11.820Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bda01ed7-3995-4d9d-82cb-4fa6767a7613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "607cea1a-1db9-4c7f-bd0d-507af905c3da",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d090cd59-c9f3-48e1-8697-135f6332ea28",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6bdae210-ab6f-4d70-9f31-d36363252698",
      "resourceInvariantUUID": "379a5054-a43e-48d2-852a-6c031ad77f1c",
      "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": "NWI2Y2YzYzM2MTA4MzE5ZmViODk4ZTE5NDU2YzQ3NWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8d88c17e-3a05-4048-ae98-02f42e89e636",
          "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": "03ad7487-5ff6-4bf8-a59b-894dd62e4e5e",
          "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": "79ff7315-6909-499f-9210-db548e2f4ebb",
            "generatedFromUUID": "03ad7487-5ff6-4bf8-a59b-894dd62e4e5e"
          },
          "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": "79ff7315-6909-499f-9210-db548e2f4ebb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTYzYzA5ZTM2MjZhOTU3NDE1ZWQyZWJmMDY0NTY0N2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ddb8db1b-d3e8-47ec-ba75-47f115f07aba"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T02:16:11.821Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T02:16:11.821Z|5e7a5489-1dab-4afe-8a75-d9422b484a25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bda01ed7-3995-4d9d-82cb-4fa6767a7613 ASDC
2022-03-17T02:16:11.821Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bda01ed7-3995-4d9d-82cb-4fa6767a7613
ServiceInvariantUUID:607cea1a-1db9-4c7f-bd0d-507af905c3da
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:ddb8db1b-d3e8-47ec-ba75-47f115f07aba
ArtifactChecksum:YTYzYzA5ZTM2MjZhOTU3NDE1ZWQyZWJmMDY0NTY0N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d090cd59-c9f3-48e1-8697-135f6332ea28
ResourceInvariantUUID:379a5054-a43e-48d2-852a-6c031ad77f1c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:6bdae210-ab6f-4d70-9f31-d36363252698
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:8d88c17e-3a05-4048-ae98-02f42e89e636
ArtifactChecksum:NWI2Y2YzYzM2MTA4MzE5ZmViODk4ZTE5NDU2YzQ3NWE=
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:03ad7487-5ff6-4bf8-a59b-894dd62e4e5e
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:79ff7315-6909-499f-9210-db548e2f4ebb
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:79ff7315-6909-499f-9210-db548e2f4ebb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T02:16:11.821Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bda01ed7-3995-4d9d-82cb-4fa6767a7613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T02:16:11.849Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:16:11.850Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:16:11.850Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:16:11.850Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ddb8db1b-d3e8-47ec-ba75-47f115f07aba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T02:16:11.850Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:16:11.850Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T02:16:11.956Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:16:11.959Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ddb8db1b-d3e8-47ec-ba75-47f115f07aba 78814
2022-03-17T02:16:11.959Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-17T02:16:11.959Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T02:16:11.959Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:16:11.960Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:11.961Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:11.961Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483371959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:16:12.061Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:12.062Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:12.062Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:12.075Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:12.076Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:12.961Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:16:12.962Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:16:12.963Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ddb8db1b-d3e8-47ec-ba75-47f115f07aba, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:12.963Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-17T02:16:12.963Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:12.963Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.080Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2854676924850936346/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.888Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:16:13.889Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-17T02:16:13.890Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.891Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a1ae20a-53ed-447b-8feb-f23808110095
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.892Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:13.893Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bda01ed7-3995-4d9d-82cb-4fa6767a7613
Model Version:NULL
Model InvariantUuid:607cea1a-1db9-4c7f-bd0d-507af905c3da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:62287cba-d37d-4ed6-bb5c-5dd989bc37eb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:379a5054-a43e-48d2-852a-6c031ad77f1c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d090cd59-c9f3-48e1-8697-135f6332ea28
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7b1d5197-f463-4ace-b637-226acb55088d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2bacdd50-e6cb-459b-bee7-acd58a319119
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a1ae20a-53ed-447b-8feb-f23808110095
ModelInvariantUuid:9b01b56a-0823-490c-88ce-5e696c08b9bd
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b81393a5-1c34-4ffa-98a8-aa64655878f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f0a12380-6677-40a0-afce-86dd865f4495
ModelInvariantUuid:1c537249-f20c-468c-81b7-af3151aff356
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:017da1c1-2c27-4f7b-a322-c5bc5602858d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T02:16:13.895Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6bdae210-ab6f-4d70-9f31-d36363252698
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:16:13.896Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-03-17T02:16:13.897Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6bdae210-ab6f-4d70-9f31-d36363252698
2022-03-17T02:16:13.897Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8d88c17e-3a05-4048-ae98-02f42e89e636 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T02:16:13.897Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:16:13.897Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T02:16:14.046Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:16:14.046Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8d88c17e-3a05-4048-ae98-02f42e89e636 792
2022-03-17T02:16:14.047Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-17T02:16:14.047Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T02:16:14.047Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:16:14.047Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:14.048Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:14.048Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483374047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:16:14.148Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:14.149Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:14.149Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:14.162Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:14.162Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:16:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:16:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:14.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:14.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:16:14.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:16:14.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:16:15.049Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7b1d5197-f463-4ace-b637-226acb55088d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2bacdd50-e6cb-459b-bee7-acd58a319119",
    "vfModuleModelCustomizationUUID": "3d3622d6-9c22-4c00-89a1-674bfa7e01e8",
    "isBase": true,
    "artifacts": [
      "03ad7487-5ff6-4bf8-a59b-894dd62e4e5e",
      "79ff7315-6909-499f-9210-db548e2f4ebb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T02:16:15.051Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bacdd50-e6cb-459b-bee7-acd58a319119
VfModuleModelInvariantUUID:7b1d5197-f463-4ace-b637-226acb55088d
VfModuleModelDescription:NULL
Artifacts UUID List:{
03ad7487-5ff6-4bf8-a59b-894dd62e4e5e
,
79ff7315-6909-499f-9210-db548e2f4ebb

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

isBase:true


}

2022-03-17T02:16:15.053Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7b1d5197-f463-4ace-b637-226acb55088d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2bacdd50-e6cb-459b-bee7-acd58a319119",
    "vfModuleModelCustomizationUUID": "3d3622d6-9c22-4c00-89a1-674bfa7e01e8",
    "isBase": true,
    "artifacts": [
      "03ad7487-5ff6-4bf8-a59b-894dd62e4e5e",
      "79ff7315-6909-499f-9210-db548e2f4ebb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T02:16:15.053Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bacdd50-e6cb-459b-bee7-acd58a319119
VfModuleModelInvariantUUID:7b1d5197-f463-4ace-b637-226acb55088d
VfModuleModelDescription:NULL
Artifacts UUID List:{
03ad7487-5ff6-4bf8-a59b-894dd62e4e5e
,
79ff7315-6909-499f-9210-db548e2f4ebb

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

isBase:true


}

2022-03-17T02:16:15.053Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 03ad7487-5ff6-4bf8-a59b-894dd62e4e5e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T02:16:15.053Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:16:15.053Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T02:16:15.443Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:16:15.443Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 03ad7487-5ff6-4bf8-a59b-894dd62e4e5e 5033
2022-03-17T02:16:15.443Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T02:16:15.443Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T02:16:15.443Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:16:15.443Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:15.445Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:15.445Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483375443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:16:15.545Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:15.545Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:15.546Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:15.557Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:15.557Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:16.445Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79ff7315-6909-499f-9210-db548e2f4ebb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T02:16:16.446Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:16:16.446Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T02:16:16.936Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:16:16.936Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 79ff7315-6909-499f-9210-db548e2f4ebb 903
2022-03-17T02:16:16.936Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T02:16:16.936Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T02:16:16.936Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:16:16.936Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:16.938Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:16.938Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483376936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:16:17.038Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:17.039Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:17.039Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:17.049Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:17.050Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:17.938Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bda01ed7-3995-4d9d-82cb-4fa6767a7613
2022-03-17T02:16:17.939Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6bdae210-ab6f-4d70-9f31-d36363252698 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:16:17.945Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68504d5b, org.onap.sdc.toscaparser.api.parameters.Input@5e2bf7dd, org.onap.sdc.toscaparser.api.parameters.Input@7f139325, org.onap.sdc.toscaparser.api.parameters.Input@598b8feb, org.onap.sdc.toscaparser.api.parameters.Input@33db2b14]
2022-03-17T02:16:17.945Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.946Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.946Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-17T02:16:17.946Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d090cd59-c9f3-48e1-8697-135f6332ea28
2022-03-17T02:16:17.946Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d090cd59-c9f3-48e1-8697-135f6332ea28 matches Tosca VF Customization UUID: d090cd59-c9f3-48e1-8697-135f6332ea28
2022-03-17T02:16:17.946Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d090cd59-c9f3-48e1-8697-135f6332ea28  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T02:16:17.947Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.947Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.948Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d090cd59-c9f3-48e1-8697-135f6332ea28: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-17T02:16:17.948Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54d7a962
2022-03-17T02:16:17.948Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.948Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T02:16:17.948Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d3622d6-9c22-4c00-89a1-674bfa7e01e8
2022-03-17T02:16:17.948Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d3622d6-9c22-4c00-89a1-674bfa7e01e8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T02:16:17.949Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.950Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:17.950Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:16:17.950Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.950Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:17.950Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:16:17.950Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.951Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-17T02:16:17.951Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T02:16:17.951Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T02:16:17.951Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3a1ae20a-53ed-447b-8feb-f23808110095
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-17T02:16:17.952Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.952Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:17.952Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:16:17.952Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.953Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T02:16:17.953Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d090cd59-c9f3-48e1-8697-135f6332ea28
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bda01ed7-3995-4d9d-82cb-4fa6767a7613: basic_vm_macro
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.954Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.955Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.955Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.955Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.955Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.955Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:16:17.955Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:16:17.956Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:16:17.991Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6bdae210-ab6f-4d70-9f31-d36363252698 1 ASDC deployResourceStructure
2022-03-17T02:16:17.991Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-17T02:16:17.991Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T02:16:17.991Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:16:17.992Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:17.993Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:17.993Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483377991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:16:18.093Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:18.094Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:18.094Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:18.107Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:18.108Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:18.993Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T02:16:18.994Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T02:16:18.994Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:16:18.994Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:18.996Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:18.996Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483378993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:16:19.096Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:19.096Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:19.097Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:19.109Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:19.109Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:19.997Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T02:16:19.997Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T02:16:19.997Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:16:19.997Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:19.999Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:19.999Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483379996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T02:16:20.099Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:20.099Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:20.100Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:20.112Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:20.112Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:16:20.999Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-17T02:16:21.000Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T02:16:21.000Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:16:21.000Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:16:21.002Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:16:21.002Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483380999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:16:21.102Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:16:21.103Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:16:21.103Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:16:21.115Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:16:21.116Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:16:22.002Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:16:22.012Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:16:22.014Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T02:16:22.014Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T02:16:22.014Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T02:16:22.014Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T02:16:52.014Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:16:52.029Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:16:52.031Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T02:16:52.031Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T02:16:52.031Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T02:16:52.031Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T02:17:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:17:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:17:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:17:14.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:17:14.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483281467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483309958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483318846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483321102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483322105,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:14.695Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
2022-03-17T02:17:14.695Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483323195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483323457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483325464,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483326199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483326505,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "clamp",
  "timestamp": 1647483327202,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:14.708Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
2022-03-17T02:17:14.708Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483327551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483328623,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483329626,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483330628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483331631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483328205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483332022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483346446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483337412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483337889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483348041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483348814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483339468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483349439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483339958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "cds",
  "timestamp": 1647483350055,
  "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-03-17T02:17:14.734Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be0bbe1d-4617-432b-a515-4fdbea14f40a
2022-03-17T02:17:14.734Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0bbe1d-4617-432b-a515-4fdbea14f40a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483350198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483350353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483350524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483350819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483351356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483351644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:14.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be0bbe1d-4617-432b-a515-4fdbea14f40a
2022-03-17T02:17:14.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0bbe1d-4617-432b-a515-4fdbea14f40a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "policy-id",
  "timestamp": 1647483352358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:14.753Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be0bbe1d-4617-432b-a515-4fdbea14f40a
2022-03-17T02:17:14.753Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0bbe1d-4617-432b-a515-4fdbea14f40a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T02:17:14.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483352647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483352699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483353703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:14.762Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be0bbe1d-4617-432b-a515-4fdbea14f40a
2022-03-17T02:17:14.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0bbe1d-4617-432b-a515-4fdbea14f40a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483354201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "clamp",
  "timestamp": 1647483355204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:14.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be0bbe1d-4617-432b-a515-4fdbea14f40a
2022-03-17T02:17:14.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0bbe1d-4617-432b-a515-4fdbea14f40a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483347053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483357783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e7a5489-1dab-4afe-8a75-d9422b484a25",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483362785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483363008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "aai-ml",
  "timestamp": 1647483364012,
  "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-03-17T02:17:14.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be0bbe1d-4617-432b-a515-4fdbea14f40a
2022-03-17T02:17:14.781Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be0bbe1d-4617-432b-a515-4fdbea14f40a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483314649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483371959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483374047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:17:14.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:17:22.031Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:17:22.041Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:17:22.043Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:17:22.047Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T02:17:52.047Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T02:17:52.054Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and serviceModelVersionId: bda01ed7-3995-4d9d-82cb-4fa6767a7613
2022-03-17T02:17:52.054Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 607cea1a-1db9-4c7f-bd0d-507af905c3da
2022-03-17T02:17:52.055Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/607cea1a-1db9-4c7f-bd0d-507af905c3da/model-vers/model-ver/bda01ed7-3995-4d9d-82cb-4fa6767a7613?depth=0
2022-03-17T02:17:52.059Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T02:17:52.089Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607cea1a-1db9-4c7f-bd0d-507af905c3da/model-vers/model-ver/bda01ed7-3995-4d9d-82cb-4fa6767a7613?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T02:17:52.090Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607cea1a-1db9-4c7f-bd0d-507af905c3da/model-vers/model-ver/bda01ed7-3995-4d9d-82cb-4fa6767a7613?depth=0|INFO|500||Invoke
2022-03-17T02:17:52.104Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607cea1a-1db9-4c7f-bd0d-507af905c3da/model-vers/model-ver/bda01ed7-3995-4d9d-82cb-4fa6767a7613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T02:17:52.181Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607cea1a-1db9-4c7f-bd0d-507af905c3da/model-vers/model-ver/bda01ed7-3995-4d9d-82cb-4fa6767a7613?depth=0|INFO|500||InvokeReturn
2022-03-17T02:17:52.181Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/607cea1a-1db9-4c7f-bd0d-507af905c3da/model-vers/model-ver/bda01ed7-3995-4d9d-82cb-4fa6767a7613?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-02:17:52:112-34217], vertex-id=[286896], Content-Length=[0], Date=[Thu, 17 Mar 2022 02:17:52 GMT], Content-Type=[application/json]}
2022-03-17T02:17:52.181Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T02:17:52.181Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T02:17:52.181Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:17:52.186Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T02:17:52.186Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T02:17:52.186Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T02:17:52.186Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:17:52.188Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:17:52.188Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483472186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T02:17:52.289Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T02:17:52.289Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:17:52.289Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:17:52.305Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:17:52.305Z||pool-122-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-03-17T02:17:53.200Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:17:53.201Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:17:53.201Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:17:58.393Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:17:58.394Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T02:17:58.394Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"be0bbe1d-4617-432b-a515-4fdbea14f40a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"dc19b5a8-471f-468d-8432-214d884be65c","serviceDescription":"service","serviceInvariantUUID":"f049a264-428f-42c2-a871-a2d1a82ef250","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdf05cd9-08e0-4071-afa8-b5f17b9e8389","resourceInvariantUUID":"47cead12-6552-4cda-b626-49f5f73d9aa6","resourceCustomizationUUID":"b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2","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":"ZTI4Y2MzZGMxOTU4N2M0ZjQ1ZmE0MWIxOTYxNGExNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b8da74b-bbf8-43b5-8646-a95dc650ba47","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":"ZWNlY2Q3MDM1MTI3MzhhZmJjMzY4NWE5YTMyYmQ2MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f6f8229-1697-4d1c-8877-7585096c01da","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":"4f51bf1a-8e27-46df-8211-10a46905d7fb","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":"834ba0a9-849e-4ec8-bf9b-10e9a76bd764","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":"59ab8d76-39b5-4180-94db-763582c18570","artifactVersion":"2","generatedFromUUID":"5c5da4ae-c509-472d-8d0b-e25e5eedab8b"},{"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":"b04679e1-a471-4d92-b794-d224f470c31d","artifactVersion":"2","generatedFromUUID":"4f51bf1a-8e27-46df-8211-10a46905d7fb"},{"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":"5c5da4ae-c509-472d-8d0b-e25e5eedab8b","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":"58a5301f-ea98-43ba-8bd2-9304753c9cb8","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":"MDM0NGE3MmZlZWEzMDcyMTIwYmI1NzA1MTFiYWQ3OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"187e44ba-3d7d-47cd-bb17-e01479220885","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmVkYTEwNGVmNjBlNmE5ZDUyN2IwYTg4NzU4N2RhNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c62edb0-00d4-40c0-a807-f4146e63930c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T02:17:58.395Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:17:58.395Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:17:58.397Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:17:58.397Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:17:58.497Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:17:58.497Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:17:58.498Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:17:58.511Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:17:58.512Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:17:59.397Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:17:59.398Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:17:59.399Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:17:59.399Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:17:59.499Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:17:59.500Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:17:59.500Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:17:59.513Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:17:59.513Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:00.399Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:00.400Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:00.401Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:00.401Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:18:00.502Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T02:18:00.502Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:00.502Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:00.517Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:00.517Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:01.403Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:01.404Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:01.405Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:01.405Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:18:01.505Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:01.506Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:01.506Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:01.519Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:01.519Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:02.405Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:02.406Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:02.407Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:02.407Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-17T02:18:02.508Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:02.508Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:02.508Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:02.521Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:02.522Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:03.408Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:03.409Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:03.410Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:03.410Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-17T02:18:03.510Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:03.511Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:03.511Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:03.525Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:03.525Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:04.410Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:04.411Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:04.412Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:04.412Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-17T02:18:04.513Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T02:18:04.513Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:04.513Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:04.527Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:04.527Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:05.413Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:05.413Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:05.415Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:05.415Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:18:05.515Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:05.516Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:05.516Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:05.528Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:05.528Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:06.415Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:06.416Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:06.418Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:06.418Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:18:06.518Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:06.519Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:06.519Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:06.531Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:06.532Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:18:07.418Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:18:07.419Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:07.420Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:07.421Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:18:07.521Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:07.521Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:07.521Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:07.535Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:07.535Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:08.421Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc19b5a8-471f-468d-8432-214d884be65c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f049a264-428f-42c2-a871-a2d1a82ef250",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bdf05cd9-08e0-4071-afa8-b5f17b9e8389",
      "resourceInvariantUUID": "47cead12-6552-4cda-b626-49f5f73d9aa6",
      "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": "ZWNlY2Q3MDM1MTI3MzhhZmJjMzY4NWE5YTMyYmQ2MGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f6f8229-1697-4d1c-8877-7585096c01da",
          "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": "4f51bf1a-8e27-46df-8211-10a46905d7fb",
          "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": "b04679e1-a471-4d92-b794-d224f470c31d",
            "generatedFromUUID": "4f51bf1a-8e27-46df-8211-10a46905d7fb"
          },
          "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": "59ab8d76-39b5-4180-94db-763582c18570",
          "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": "b04679e1-a471-4d92-b794-d224f470c31d",
          "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": "5c5da4ae-c509-472d-8d0b-e25e5eedab8b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZmVkYTEwNGVmNjBlNmE5ZDUyN2IwYTg4NzU4N2RhNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c62edb0-00d4-40c0-a807-f4146e63930c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T02:18:08.422Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T02:18:08.422Z|a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dc19b5a8-471f-468d-8432-214d884be65c ASDC
2022-03-17T02:18:08.422Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:be0bbe1d-4617-432b-a515-4fdbea14f40a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:dc19b5a8-471f-468d-8432-214d884be65c
ServiceInvariantUUID:f049a264-428f-42c2-a871-a2d1a82ef250
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:1c62edb0-00d4-40c0-a807-f4146e63930c
ArtifactChecksum:ZmVkYTEwNGVmNjBlNmE5ZDUyN2IwYTg4NzU4N2RhNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2
ResourceInvariantUUID:47cead12-6552-4cda-b626-49f5f73d9aa6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bdf05cd9-08e0-4071-afa8-b5f17b9e8389
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:9f6f8229-1697-4d1c-8877-7585096c01da
ArtifactChecksum:ZWNlY2Q3MDM1MTI3MzhhZmJjMzY4NWE5YTMyYmQ2MGY=
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:4f51bf1a-8e27-46df-8211-10a46905d7fb
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:b04679e1-a471-4d92-b794-d224f470c31d
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:59ab8d76-39b5-4180-94db-763582c18570
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:b04679e1-a471-4d92-b794-d224f470c31d
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:5c5da4ae-c509-472d-8d0b-e25e5eedab8b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T02:18:08.422Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc19b5a8-471f-468d-8432-214d884be65c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T02:18:08.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:18:08.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:18:08.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:18:08.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1c62edb0-00d4-40c0-a807-f4146e63930c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:08.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:18:08.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:08.757Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:18:08.763Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1c62edb0-00d4-40c0-a807-f4146e63930c 158205
2022-03-17T02:18:08.763Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-17T02:18:08.763Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:08.763Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:18:08.763Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:08.765Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:08.765Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483488763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:08.865Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:08.865Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:08.865Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:08.878Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:08.878Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:09.765Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:18:09.766Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:18:09.766Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1c62edb0-00d4-40c0-a807-f4146e63930c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:09.766Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-17T02:18:09.767Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:09.767Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:09.867Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18378585931062573970/Definitions/service-BasicCnfMacro-template.yml
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||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-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.628Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.629Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:10.630Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b1dd1537-c0c0-42f7-bad0-3afc98b5cb9a
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.631Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:10.632Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:dc19b5a8-471f-468d-8432-214d884be65c
Model Version:NULL
Model InvariantUuid:f049a264-428f-42c2-a871-a2d1a82ef250
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4a6c8c20-cc30-42f5-9ba6-99c0efd4f5a1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47cead12-6552-4cda-b626-49f5f73d9aa6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fafb032-8b1c-41ec-8199-72f59aeb39f9
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:239a533e-7bab-45ef-9f18-904abc3ebb4c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e48d9013-06f1-47f5-a64a-ebe59d783766
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e98266de-1a4a-430f-85b6-5cd2f195d823
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b1dd1537-c0c0-42f7-bad0-3afc98b5cb9a
ModelInvariantUuid:8b0d3608-645c-4864-a5f1-31b1c3cf0726
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e191d72d-0600-4d2b-9220-ed2c6fdc9d24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:ec4e9e2c-55d6-497d-b2cd-7b9f345033a8
ModelInvariantUuid:20178943-f7e3-4dde-b62d-d20de1976eea
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:8d75903b-f2d4-4805-96d8-5bd21ddda4c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T02:18:10.636Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bdf05cd9-08e0-4071-afa8-b5f17b9e8389
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:18:10.637Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-03-17T02:18:10.638Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdf05cd9-08e0-4071-afa8-b5f17b9e8389
2022-03-17T02:18:10.638Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f6f8229-1697-4d1c-8877-7585096c01da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-17T02:18:10.638Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:18:10.638Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-17T02:18:10.849Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:18:10.849Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9f6f8229-1697-4d1c-8877-7585096c01da 1565
2022-03-17T02:18:10.849Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-17T02:18:10.849Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-17T02:18:10.849Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:18:10.850Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:10.851Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:10.851Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483490849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:10.951Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:10.952Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:10.952Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:10.965Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:10.965Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:11.852Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e48d9013-06f1-47f5-a64a-ebe59d783766",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e98266de-1a4a-430f-85b6-5cd2f195d823",
    "vfModuleModelCustomizationUUID": "f4ca4703-acfd-4c58-93b9-b727b9595fef",
    "isBase": true,
    "artifacts": [
      "4f51bf1a-8e27-46df-8211-10a46905d7fb",
      "b04679e1-a471-4d92-b794-d224f470c31d"
    ],
    "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": "8fafb032-8b1c-41ec-8199-72f59aeb39f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "239a533e-7bab-45ef-9f18-904abc3ebb4c",
    "vfModuleModelCustomizationUUID": "eeda8861-9df8-49a0-b2ed-2a83b1651184",
    "isBase": false,
    "artifacts": [
      "5c5da4ae-c509-472d-8d0b-e25e5eedab8b"
    ],
    "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-03-17T02:18:11.854Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e98266de-1a4a-430f-85b6-5cd2f195d823
VfModuleModelInvariantUUID:e48d9013-06f1-47f5-a64a-ebe59d783766
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f51bf1a-8e27-46df-8211-10a46905d7fb
,
b04679e1-a471-4d92-b794-d224f470c31d

}
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:239a533e-7bab-45ef-9f18-904abc3ebb4c
VfModuleModelInvariantUUID:8fafb032-8b1c-41ec-8199-72f59aeb39f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c5da4ae-c509-472d-8d0b-e25e5eedab8b

}
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-03-17T02:18:11.856Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e48d9013-06f1-47f5-a64a-ebe59d783766",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e98266de-1a4a-430f-85b6-5cd2f195d823",
    "vfModuleModelCustomizationUUID": "f4ca4703-acfd-4c58-93b9-b727b9595fef",
    "isBase": true,
    "artifacts": [
      "4f51bf1a-8e27-46df-8211-10a46905d7fb",
      "b04679e1-a471-4d92-b794-d224f470c31d"
    ],
    "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": "8fafb032-8b1c-41ec-8199-72f59aeb39f9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "239a533e-7bab-45ef-9f18-904abc3ebb4c",
    "vfModuleModelCustomizationUUID": "eeda8861-9df8-49a0-b2ed-2a83b1651184",
    "isBase": false,
    "artifacts": [
      "5c5da4ae-c509-472d-8d0b-e25e5eedab8b"
    ],
    "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-03-17T02:18:11.857Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e98266de-1a4a-430f-85b6-5cd2f195d823
VfModuleModelInvariantUUID:e48d9013-06f1-47f5-a64a-ebe59d783766
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f51bf1a-8e27-46df-8211-10a46905d7fb
,
b04679e1-a471-4d92-b794-d224f470c31d

}
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:239a533e-7bab-45ef-9f18-904abc3ebb4c
VfModuleModelInvariantUUID:8fafb032-8b1c-41ec-8199-72f59aeb39f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c5da4ae-c509-472d-8d0b-e25e5eedab8b

}
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-03-17T02:18:11.857Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4f51bf1a-8e27-46df-8211-10a46905d7fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-17T02:18:11.857Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:18:11.857Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-17T02:18:12.150Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:18:12.150Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4f51bf1a-8e27-46df-8211-10a46905d7fb 914
2022-03-17T02:18:12.150Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-17T02:18:12.150Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-17T02:18:12.150Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:18:12.151Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:12.152Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:12.152Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483492150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:12.252Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:12.252Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:12.253Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:12.264Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:12.264Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:13.152Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 59ab8d76-39b5-4180-94db-763582c18570 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-17T02:18:13.153Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:18:13.153Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-17T02:18:13.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:18:13.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 59ab8d76-39b5-4180-94db-763582c18570 12
2022-03-17T02:18:13.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-17T02:18:13.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-17T02:18:13.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:18:13.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:13.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:13.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483493450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:13.552Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:13.552Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:13.553Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:13.567Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:13.567Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:14.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b04679e1-a471-4d92-b794-d224f470c31d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-17T02:18:14.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:18:14.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-17T02:18:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:18:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:18:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:14.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:14.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:18:14.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483375443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:14.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:18:14.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483376936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483377991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483378993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483379996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483380999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:14.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:18:14.835Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:18:14.836Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b04679e1-a471-4d92-b794-d224f470c31d 96
2022-03-17T02:18:14.836Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-17T02:18:14.836Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-17T02:18:14.836Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:18:14.836Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:14.837Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:14.837Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483494836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:14.938Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:14.938Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:14.938Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:14.951Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:14.951Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:15.838Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5c5da4ae-c509-472d-8d0b-e25e5eedab8b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-17T02:18:15.838Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:18:15.838Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-17T02:18:16.436Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:18:16.437Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5c5da4ae-c509-472d-8d0b-e25e5eedab8b 20206
2022-03-17T02:18:16.437Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-17T02:18:16.437Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-17T02:18:16.437Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:18:16.437Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:16.439Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:16.439Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483496437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:18:16.539Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:16.540Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:16.540Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:16.552Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:16.552Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-17T02:18:17.441Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dc19b5a8-471f-468d-8432-214d884be65c
2022-03-17T02:18:17.442Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bdf05cd9-08e0-4071-afa8-b5f17b9e8389 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-03-17T02:18:17.449Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4202a776, org.onap.sdc.toscaparser.api.parameters.Input@20aad293, org.onap.sdc.toscaparser.api.parameters.Input@45f089be, org.onap.sdc.toscaparser.api.parameters.Input@5a5450e2, org.onap.sdc.toscaparser.api.parameters.Input@d3a65c9]
2022-03-17T02:18:17.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-17T02:18:17.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2
2022-03-17T02:18:17.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2 matches Tosca VF Customization UUID: b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2
2022-03-17T02:18:17.450Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-17T02:18:17.451Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.451Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2: {\"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-03-17T02:18:17.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42a55fed
2022-03-17T02:18:17.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T02:18:17.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eeda8861-9df8-49a0-b2ed-2a83b1651184
2022-03-17T02:18:17.452Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eeda8861-9df8-49a0-b2ed-2a83b1651184
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-17T02:18:17.453Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-17T02:18:17.454Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b7a6f5a5-1af2-4bad-9a32-90dd3e4c8bc2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:18:17.455Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.455Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.455Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dc19b5a8-471f-468d-8432-214d884be65c: basic_cnf_macro
2022-03-17T02:18:17.455Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.455Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.455Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:18:17.456Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:18:17.478Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bdf05cd9-08e0-4071-afa8-b5f17b9e8389 2 ASDC deployResourceStructure
2022-03-17T02:18:17.478Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-03-17T02:18:17.478Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-17T02:18:17.478Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:18:17.478Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:17.480Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:17.480Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483497478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:17.580Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:17.580Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:17.581Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:17.594Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:17.594Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:18.480Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-03-17T02:18:18.481Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-17T02:18:18.481Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:18:18.481Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:18.482Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:18.483Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483498480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:18.583Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:18.583Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:18.583Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:18.597Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:18.597Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:19.484Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-03-17T02:18:19.484Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-03-17T02:18:19.484Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-17T02:18:19.484Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:19.485Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:19.485Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483499483,
  "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-03-17T02:18:19.587Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T02:18:19.587Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:19.587Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:19.601Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:19.601Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:20.487Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-03-17T02:18:20.487Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-17T02:18:20.487Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:18:20.487Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:20.489Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:20.489Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483500487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:20.589Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:20.589Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:20.590Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:20.603Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:20.603Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:21.490Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-03-17T02:18:21.490Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-17T02:18:21.490Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-17T02:18:21.491Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:21.492Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:21.492Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483501490,
  "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-03-17T02:18:21.592Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:21.593Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:21.593Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:21.606Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:21.606Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:22.493Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-03-17T02:18:22.493Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-17T02:18:22.493Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:18:22.493Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:22.495Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:22.495Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483502492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:18:22.595Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:22.596Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:22.596Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:22.612Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:22.612Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:18:23.495Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be0bbe1d-4617-432b-a515-4fdbea14f40a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:18:23.504Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be0bbe1d-4617-432b-a515-4fdbea14f40a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:18:23.505Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:18:23.506Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:18:23.506Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:18:23.506Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:18:23.509Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T02:18:53.510Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be0bbe1d-4617-432b-a515-4fdbea14f40a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T02:18:53.514Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be0bbe1d-4617-432b-a515-4fdbea14f40a and serviceModelVersionId: dc19b5a8-471f-468d-8432-214d884be65c
2022-03-17T02:18:53.514Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f049a264-428f-42c2-a871-a2d1a82ef250
2022-03-17T02:18:53.514Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f049a264-428f-42c2-a871-a2d1a82ef250/model-vers/model-ver/dc19b5a8-471f-468d-8432-214d884be65c?depth=0
2022-03-17T02:18:53.518Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T02:18:53.541Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f049a264-428f-42c2-a871-a2d1a82ef250/model-vers/model-ver/dc19b5a8-471f-468d-8432-214d884be65c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-17T02:18:53.542Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f049a264-428f-42c2-a871-a2d1a82ef250/model-vers/model-ver/dc19b5a8-471f-468d-8432-214d884be65c?depth=0|INFO|500||Invoke
2022-03-17T02:18:53.556Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f049a264-428f-42c2-a871-a2d1a82ef250/model-vers/model-ver/dc19b5a8-471f-468d-8432-214d884be65c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T02:18:53.633Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f049a264-428f-42c2-a871-a2d1a82ef250/model-vers/model-ver/dc19b5a8-471f-468d-8432-214d884be65c?depth=0|INFO|500||InvokeReturn
2022-03-17T02:18:53.633Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f049a264-428f-42c2-a871-a2d1a82ef250/model-vers/model-ver/dc19b5a8-471f-468d-8432-214d884be65c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220317-02:18:53:565-34121], vertex-id=[290904], Content-Length=[0], Date=[Thu, 17 Mar 2022 02:18:53 GMT], Content-Type=[application/json]}
2022-03-17T02:18:53.633Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T02:18:53.633Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T02:18:53.633Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:18:53.635Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T02:18:53.635Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be0bbe1d-4617-432b-a515-4fdbea14f40a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T02:18:53.636Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T02:18:53.636Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:18:53.637Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:18:53.637Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483533636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T02:18:53.737Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:18:53.738Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:18:53.738Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:18:53.754Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:18:53.754Z||pool-145-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-03-17T02:18:54.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:18:54.650Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:18:54.650Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:19:04.191Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:19:04.191Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:19:04.191Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:19:04.191Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:19:13.730Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:19:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:19:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:19:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:19:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:19:14.650Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:19:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:19:14.668Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:19:14.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a23ed73a-c5ea-4ea7-8c16-ebaa5404eff5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483472186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483473200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483488763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:19:14.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483490849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483492150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483493450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:19:14.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:19:24.193Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:20:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:20:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:20:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:20:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:20:14.651Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:20:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:20:14.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:20:14.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-17T02:20:14.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483494836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:20:14.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:20:24.192Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:21:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:21:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:21:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:21:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:21:14.650Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:21:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:21:15.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:21:15.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483496437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:21:15.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483497478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T02:21:15.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483498480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483499483,
  "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-03-17T02:21:15.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483500487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483501490,
  "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-03-17T02:21:15.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483502492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:15.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-17T02:21:15.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be0bbe1d-4617-432b-a515-4fdbea14f40a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483533636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T02:21:15.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:21:24.203Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:22:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:22:14.649Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:22:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:22:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:15.277Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:15.277Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:15.278Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.278Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"37a665bd-f18f-423a-9aae-5099794796e4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9e18bc22-5c6c-4acd-b7f0-ff4bb057e609","serviceDescription":"service","serviceInvariantUUID":"ad76ebeb-708c-42e3-851f-fe60c2a69844","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0be815e3-68c2-4f37-ae5e-904c90207ba3","resourceInvariantUUID":"bcd7ffe8-c169-47e9-8e20-d01e26d92adc","resourceCustomizationUUID":"0ba1df85-6aef-423b-a65a-413c5c346280","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGI4NjY5MTVjZGIwMDRlMThiN2MxMjdhYjNkZjQzN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbff3ff7-d6f2-4992-90f2-72287410cb2a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e01def6f-3c44-46f2-a95b-c1ae34203802","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28ca0fe9-3f08-4efd-9a8d-8119c0298124","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NTU2YWI5M2RkMGRjNDRhYjdkZmRlMTNiOWE4MWFhMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a7c33529-e780-470a-9928-2ca35b73c2d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b222e59-2f81-4232-9a6d-399e112f7035","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a96941b7-9572-4486-94e1-b127b900bb9b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8536d745-bc0b-436d-9ad0-f07372184fcf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"Yzc2ODQ5OWFmM2MxMDFjMDg2MTlhNzNhZmIwYjczNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22771447-e5b9-40e9-8da2-7304a4be1bec","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDliNDJjNDhkY2M2OWU0YzE5Y2JkZGVlNjExYTcxNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"151166eb-5838-40e9-bae9-376255245464","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T02:22:15.278Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.278Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.278Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.278Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.279Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.279Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.279Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.280Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.281Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.282Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647483692022,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.283Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483697412,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.284Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483697889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483708041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.285Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483699468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483708143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483699958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483709057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.286Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "cds",
  "timestamp": 1647483709330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.297Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37a665bd-f18f-423a-9aae-5099794796e4
2022-03-17T02:22:15.297Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a665bd-f18f-423a-9aae-5099794796e4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483709442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483710042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.304Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.305Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647483710058,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:22:15.308Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 37a665bd-f18f-423a-9aae-5099794796e4
2022-03-17T02:22:15.308Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a665bd-f18f-423a-9aae-5099794796e4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.312Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483701467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483710446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.313Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "policy-id",
  "timestamp": 1647483711448,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:22:15.316Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37a665bd-f18f-423a-9aae-5099794796e4
2022-03-17T02:22:15.316Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a665bd-f18f-423a-9aae-5099794796e4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.321Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.321Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483711628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:22:15.321Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.321Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.321Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.322Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.322Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.322Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647483712631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:22:15.325Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37a665bd-f18f-423a-9aae-5099794796e4
2022-03-17T02:22:15.325Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a665bd-f18f-423a-9aae-5099794796e4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483713235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483715240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:22:15.331Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.332Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.332Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483707053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:15.332Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:22:15.332Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.332Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "clamp",
  "timestamp": 1647483716243,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:22:15.335Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37a665bd-f18f-423a-9aae-5099794796e4
2022-03-17T02:22:15.335Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a665bd-f18f-423a-9aae-5099794796e4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483716773,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483720264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:22:15.341Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "aai-ml",
  "timestamp": 1647483721268,
  "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-03-17T02:22:15.344Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37a665bd-f18f-423a-9aae-5099794796e4
2022-03-17T02:22:15.345Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a665bd-f18f-423a-9aae-5099794796e4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T02:22:15.381Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:15.381Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:15.382Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:15.393Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:15.393Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:16.281Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:16.282Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:16.284Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:16.284Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:16.384Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:16.384Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:16.385Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:16.398Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:16.399Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:17.284Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:17.285Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:17.287Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:17.287Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:17.387Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:17.387Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:17.387Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:17.399Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:17.400Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:18.287Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:18.288Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:18.289Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:18.289Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:18.389Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:18.389Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:18.390Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:18.402Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:18.402Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:19.289Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:19.290Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:19.292Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:19.292Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:19.392Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:19.393Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:19.393Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:19.405Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:19.406Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:20.293Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:20.293Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:20.296Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:20.296Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:20.396Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:20.397Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:20.397Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:20.409Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:20.409Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:21.297Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:21.297Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:21.299Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:21.299Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:21.399Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:21.400Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:21.400Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:21.413Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:21.413Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:22.299Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:22.300Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:22.302Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:22.302Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:22:22.402Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:22.402Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:22.403Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:22.415Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:22.415Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:23.302Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T02:22:23.303Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:23.304Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:23.304Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:22:23.404Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:23.405Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:23.405Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:23.419Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:23.419Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:24.305Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9e18bc22-5c6c-4acd-b7f0-ff4bb057e609",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad76ebeb-708c-42e3-851f-fe60c2a69844",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0ba1df85-6aef-423b-a65a-413c5c346280",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0be815e3-68c2-4f37-ae5e-904c90207ba3",
      "resourceInvariantUUID": "bcd7ffe8-c169-47e9-8e20-d01e26d92adc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NDliNDJjNDhkY2M2OWU0YzE5Y2JkZGVlNjExYTcxNmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "151166eb-5838-40e9-bae9-376255245464"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T02:22:24.305Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T02:22:24.305Z|be0bbe1d-4617-432b-a515-4fdbea14f40a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e18bc22-5c6c-4acd-b7f0-ff4bb057e609 ASDC
2022-03-17T02:22:24.305Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:37a665bd-f18f-423a-9aae-5099794796e4
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9e18bc22-5c6c-4acd-b7f0-ff4bb057e609
ServiceInvariantUUID:ad76ebeb-708c-42e3-851f-fe60c2a69844
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:151166eb-5838-40e9-bae9-376255245464
ArtifactChecksum:NDliNDJjNDhkY2M2OWU0YzE5Y2JkZGVlNjExYTcxNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0ba1df85-6aef-423b-a65a-413c5c346280
ResourceInvariantUUID:bcd7ffe8-c169-47e9-8e20-d01e26d92adc
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0be815e3-68c2-4f37-ae5e-904c90207ba3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-17T02:22:24.305Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e18bc22-5c6c-4acd-b7f0-ff4bb057e609 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T02:22:24.325Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:22:24.325Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:22:24.325Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:22:24.325Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 151166eb-5838-40e9-bae9-376255245464 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T02:22:24.325Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-17T02:22:24.326Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T02:22:24.377Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-17T02:22:24.381Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 151166eb-5838-40e9-bae9-376255245464 105649
2022-03-17T02:22:24.381Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-17T02:22:24.381Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T02:22:24.381Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T02:22:24.381Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:24.383Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:24.383Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483744381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:22:24.483Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:24.483Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:24.484Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:24.496Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:24.496Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:25.383Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T02:22:25.384Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-17T02:22:25.384Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 151166eb-5838-40e9-bae9-376255245464, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.384Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.385Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.385Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.464Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13969681756010707592/Definitions/service-TestPnfMacro-template.yml
2022-03-17T02:22:25.993Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T02:22:25.994Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.995Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:25.996Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9e18bc22-5c6c-4acd-b7f0-ff4bb057e609
Model Version:NULL
Model InvariantUuid:ad76ebeb-708c-42e3-851f-fe60c2a69844
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-17T02:22:26.000Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0be815e3-68c2-4f37-ae5e-904c90207ba3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:22:26.002Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-03-17T02:22:26.002Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0be815e3-68c2-4f37-ae5e-904c90207ba3
2022-03-17T02:22:26.002Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9e18bc22-5c6c-4acd-b7f0-ff4bb057e609
2022-03-17T02:22:26.002Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9e18bc22-5c6c-4acd-b7f0-ff4bb057e609
2022-03-17T02:22:26.002Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0be815e3-68c2-4f37-ae5e-904c90207ba3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c24928a, org.onap.sdc.toscaparser.api.parameters.Input@10436ae4, org.onap.sdc.toscaparser.api.parameters.Input@5eb37c7b, org.onap.sdc.toscaparser.api.parameters.Input@5245df1c, org.onap.sdc.toscaparser.api.parameters.Input@3a9da71c]
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9e18bc22-5c6c-4acd-b7f0-ff4bb057e609: test-pnf
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Processing PNF resource: 0be815e3-68c2-4f37-ae5e-904c90207ba3
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T02:22:26.004Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||Resource customization UUID: 0ba1df85-6aef-423b-a65a-413c5c346280 is the same as notified resource customizationUUID: 0ba1df85-6aef-423b-a65a-413c5c346280
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-17T02:22:26.027Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0be815e3-68c2-4f37-ae5e-904c90207ba3 0 ASDC deployResourceStructure
2022-03-17T02:22:26.027Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-17T02:22:26.027Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T02:22:26.027Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T02:22:26.027Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:26.028Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:26.028Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483746027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:22:26.129Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T02:22:26.129Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:26.129Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:26.143Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:26.143Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-17T02:22:27.029Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37a665bd-f18f-423a-9aae-5099794796e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:22:27.037Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37a665bd-f18f-423a-9aae-5099794796e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-17T02:22:27.039Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T02:22:27.040Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T02:22:27.040Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T02:22:27.040Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T02:22:27.040Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.040Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.040Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.041Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.041Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.041Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.041Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T02:22:27.041Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T02:22:27.046Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T02:22:57.046Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37a665bd-f18f-423a-9aae-5099794796e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-17T02:22:57.052Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37a665bd-f18f-423a-9aae-5099794796e4 and serviceModelVersionId: 9e18bc22-5c6c-4acd-b7f0-ff4bb057e609
2022-03-17T02:22:57.052Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad76ebeb-708c-42e3-851f-fe60c2a69844
2022-03-17T02:22:57.053Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0
2022-03-17T02:22:57.057Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T02:22:57.081Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0|INFO|500||Invoke
2022-03-17T02:22:57.082Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[37a665bd-f18f-423a-9aae-5099794796e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4a34ba2-cc77-47f2-b7cb-25bdfceed848], X-ECOMP-RequestID=[37a665bd-f18f-423a-9aae-5099794796e4], X-TransactionId=[], X-ONAP-RequestID=[37a665bd-f18f-423a-9aae-5099794796e4], Content-Type=[application/merge-patch+json]}
2022-03-17T02:22:57.095Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T02:22:57.175Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?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/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-02:22:57:104-86933], vertex-id=[258200], Content-Length=[0], Date=[Thu, 17 Mar 2022 02:22:57 GMT], Content-Type=[application/json]}
2022-03-17T02:22:57.175Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T02:22:57.175Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad76ebeb-708c-42e3-851f-fe60c2a69844/model-vers/model-ver/9e18bc22-5c6c-4acd-b7f0-ff4bb057e609?depth=0|INFO|500||InvokeReturn
2022-03-17T02:22:57.176Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T02:22:57.176Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-17T02:22:57.179Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-17T02:22:57.179Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37a665bd-f18f-423a-9aae-5099794796e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T02:22:57.179Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T02:22:57.180Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-17T02:22:57.181Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T02:22:57.181Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483777179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T02:22:57.281Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T02:22:57.282Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T02:22:57.282Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:22:57.296Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:22:57.296Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-17T02:23:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:23:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:23:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:23:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:23:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:23:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:23:14.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:23:14.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:23:14.771Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:23:14.772Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:23:24.187Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:24:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:24:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:24:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:24:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:24:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:24:14.651Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:24:15.173Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:24:15.174Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.174Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.175Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.176Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483734648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-17T02:24:15.177Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483744381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483746027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "37a665bd-f18f-423a-9aae-5099794796e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647483777179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T02:24:15.178Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T02:24:24.196Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:25:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:25:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:25:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:25:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:25:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:25:14.650Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:25:24.192Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:25:24.195Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:26:14.648Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:26:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:26:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:26:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:26:14.650Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:26:14.651Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:26:24.190Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:26:24.194Z|f2c0723a-18a0-41b8-85f0-16c3679264b6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:27:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:27:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:27:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:27:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:27:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:27:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:27:24.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:27:24.192Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:28:14.648Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:28:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:28:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:28:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:28:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:28:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:28:24.188Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:28:24.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:29:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:29:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:29:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:29:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:29:14.650Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:29:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:29:24.193Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:29:24.194Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:30:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:30:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:30:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:30:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:30:14.650Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:30:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:30:24.196Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:30:24.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:31:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:31:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:31:14.649Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:31:14.650Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:31:14.651Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:31:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:31:24.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:31:24.194Z|37a665bd-f18f-423a-9aae-5099794796e4|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:32:14.649Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:32:14.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:32:14.649Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5qzPSYgwBnn95DL2) ...
2022-03-17T02:32:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:32:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:32:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:32:24.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:32:24.198Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:33:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:33:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:33:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:33:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:33:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:33:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:33:24.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:33:24.197Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:34:14.648Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:34:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:34:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:34:14.650Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:34:14.650Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:34:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:34:24.194Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:34:24.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:35:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:35:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:35:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:35:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:35:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:35:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:35:24.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:35:24.192Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:36:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:36:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:36:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:36:14.650Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:36:14.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:36:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:36:24.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:36:24.194Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:37:14.648Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:37:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:37:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:37:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:37:14.650Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:37:14.650Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:37:24.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:37:24.193Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:38:14.648Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:38:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:38:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:38:14.650Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:38:14.651Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:38:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:38:24.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:38:24.198Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:39:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:39:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:39:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:39:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:39:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:39:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:39:24.193Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:39:24.193Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:40:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:40:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:40:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:40:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:40:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:40:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:40:24.194Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:40:24.194Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:41:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:41:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:41:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:41:14.650Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:41:14.651Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:41:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:41:24.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:41:24.197Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:42:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:42:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:42:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:42:14.650Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:42:14.651Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:42:14.651Z||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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:42:24.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:42:24.199Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:43:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:43:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:43:14.649Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:43:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T02:43:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T02:43:14.650Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|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 5qzPSYgwBnn95DL2) ...
2022-03-17T02:43:24.190Z|6e764e0e-a2bb-4ea3-a5e0-6093e97a8d6d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T02:43:24.193Z|c33d00ee-8a74-455b-8df1-98d9c3dcf3ae|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK