Results

By type

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

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

2022-06-06T22:07:39.976Z||main|||||INFO|500||The following profiles are active: basic
2022-06-06T22:07:55.468Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-06T22:07:55.469Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-06T22:07:55.618Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-06T22:08:00.336Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-06T22:08:00.868Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-06T22:08:01.531Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-06T22:08:01.538Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-06T22:08:01.659Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-06T22:08:01.894Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-06T22:08:02.571Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-06T22:08:04.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T22:08:07.179Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T22:08:07.250Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-06T22:08:08.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T22:08:08.431Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-06T22:08:09.862Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T22:08:11.315Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-06T22:08:11.339Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$36dd570f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-06T22:08:11.340Z||main|||||WARN|500||The sdc end point is not alive
2022-06-06T22:08:15.387Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-06T22:08:19.163Z||main|||||WARN|500||---
2022-06-06T22:08:19.163Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-06T22:08:19.164Z||main|||||WARN|500||---
2022-06-06T22:08:19.730Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-06T22:08:25.586Z||main|||||INFO|500||Started Application in 49.999 seconds (JVM running for 52.614)
2022-06-06T22:08:25.598Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T22:08:25.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T22:08:25.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T22:08:25.666Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T22:08:25.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93a51fc1-7d9d-4a32-ade0-2c12c1abef39 url= /sdc/v1/artifactTypes
2022-06-06T22:08:25.721Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T22:08:26.026Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-06T22:08:26.094Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-06T22:08:26.132Z||scheduling-1|||||DEBUG|500||create keys
2022-06-06T22:08:26.145Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-06T22:08:26.203Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:08:26.221Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9d7298e7-7ba0-4be6-b0d3-b39ab647216e url= /sdc/v1/registerForDistribution
2022-06-06T22:08:26.396Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9d7298e7-7ba0-4be6-b0d3-b39ab647216e url= /sdc/v1/registerForDistribution
2022-06-06T22:08:26.397Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-06T22:08:26.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:08:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:08:26.417Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-06T22:08:26.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:08:26.419Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:08:26.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:08:26.420Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:08:36.867Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:08:36.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:09:26.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:09:26.406Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:09:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:09:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:09:26.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:09:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:09:35.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:09:35.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:10:26.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:10:26.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:10:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:10:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:10:26.408Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:10:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:10:35.981Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:10:35.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:11:26.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:11:26.406Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:11:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:11:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:11:26.408Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:11:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:11:35.980Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:11:35.982Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:12:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:12:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:12:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:12:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:12:26.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:12:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:12:35.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:12:35.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:13:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:13:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:13:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:13:26.407Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:13:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:13:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:13:35.988Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:13:35.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:14:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:14:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:14:26.408Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:14:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:14:26.415Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:14:26.416Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:14:35.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:14:35.994Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:15:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:15:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:15:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:15:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:15:26.407Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:15:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:15:35.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:15:35.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:16:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:16:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:16:26.408Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:16:26.408Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:16:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:16:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:16:35.979Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:16:35.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:17:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:17:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:17:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:17:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:17:26.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:17:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:17:35.984Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:17:35.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:17:38.878Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-06T22:18:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:18:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:18:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:18:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:18:26.408Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:18:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:18:35.992Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:18:35.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:19:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:19:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:19:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:19:26.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:19:26.407Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:19:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:19:35.984Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:19:35.986Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:20:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:20:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:20:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:20:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:20:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:20:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:20:35.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:20:35.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:21:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:21:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:21:26.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:21:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:21:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:21:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:21:35.970Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:21:35.975Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:22:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:22:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:22:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:22:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:22:26.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:22:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:22:35.966Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:22:35.991Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:23:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:23:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:23:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:23:26.407Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:23:26.407Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:23:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:23:35.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:23:35.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:24:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:24:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:24:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:24:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:24:26.407Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:24:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:24:35.965Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:24:35.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:25:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:25:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:25:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:25:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:25:26.408Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:25:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:25:35.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:25:36.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:26:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:26:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:26:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:26:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:26:26.408Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:26:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:26:35.977Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:26:35.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:27:26.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:27:26.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:27:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:27:26.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:27:26.407Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:27:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:27:35.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:27:35.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:28:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:28:26.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:28:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:28:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:28:26.407Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:28:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:28:35.968Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:28:35.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:29:26.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:29:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:29:26.410Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:29:26.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:29:26.410Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:29:26.410Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:29:35.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:29:35.998Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:30:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:30:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:30:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:30:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:30:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:30:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:30:35.983Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:30:35.986Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:31:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:31:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:31:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:31:26.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:31:26.407Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:31:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:31:35.973Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:31:35.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:32:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:32:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:32:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:32:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:32:26.408Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:32:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:32:35.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:32:35.957Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:33:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:33:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:33:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:33:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:33:26.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:33:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:33:35.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:33:36.001Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:34:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:34:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:34:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:34:26.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:34:26.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:34:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:34:35.979Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:34:35.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:35:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:35:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:35:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:35:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:35:26.407Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:35:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:35:35.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:35:35.968Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:36:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:36:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:36:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:36:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:36:26.407Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:36:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:36:35.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:36:35.974Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:37:26.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:37:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:37:26.407Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:37:26.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:37:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:37:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:37:35.976Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:37:35.984Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:38:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:38:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:38:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:38:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:38:26.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:38:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:38:35.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:38:35.985Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:39:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:39:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:39:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:39:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:39:26.407Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:39:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:39:35.951Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:39:35.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:40:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:40:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:40:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:40:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:40:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:40:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:40:35.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:40:35.983Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:41:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:41:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:41:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:41:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:41:26.408Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:41:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:41:35.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:41:35.988Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:42:26.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:42:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:42:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:42:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:42:26.408Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:42:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:42:35.976Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:42:35.978Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:43:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:43:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:43:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:43:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:43:26.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:43:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:43:35.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:43:35.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:44:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:44:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:44:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:44:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:44:26.408Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:44:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:44:35.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:44:35.966Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:45:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:45:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:45:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:45:26.407Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:45:26.407Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:45:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:45:35.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:45:35.982Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:46:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:46:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:46:26.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:46:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:46:26.408Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:46:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:46:35.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:46:35.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:47:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:47:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:47:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:47:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:47:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:47:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:47:35.952Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:47:35.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:48:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:48:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:48:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:48:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:48:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:48:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:48:35.979Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:48:35.985Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:49:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:49:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:49:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:49:26.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:49:26.407Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:49:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:49:35.957Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:49:35.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:50:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:50:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:50:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:50:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:50:26.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:50:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:50:35.958Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:50:35.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:51:26.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:51:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:51:26.407Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:51:26.407Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:51:26.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:51:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:51:35.994Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:51:35.995Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:52:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:52:26.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:52:26.406Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:52:26.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:52:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:52:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:52:35.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:52:35.998Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:26.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:53:26.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:53:26.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:53:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:53:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:53:27.109Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:27.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:27.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a149fea3-19b3-4556-ac1b-9fc05da00131","serviceName":"vFW 2022-06-06 22-51-36","serviceVersion":"1.0","serviceUUID":"9de35a65-14a6-4fbf-a395-a84e86092376","serviceDescription":"catalog service description","serviceInvariantUUID":"801f5b2f-dcb5-44a0-8332-cb46e05a92fd","resources":[{"resourceInstanceName":"vFW 6ebfafd9-ed64 0","resourceName":"vFW 6ebfafd9-ed64","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0ca2e2f-60fd-40a0-8ef6-5f40e1363876","resourceInvariantUUID":"b110b40d-8deb-41c4-b774-742f88d12295","resourceCustomizationUUID":"5be02a98-ee00-4fab-81ba-6118cad26753","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml","artifactChecksum":"NDNhY2I4NjViMzQzMGJkNzY3YjExMWYwNGFkOWI0NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecb78047-0c13-45bb-a14f-80106f0d8f64","artifactVersion":"1"},{"artifactName":"vfw6ebfafd9ed640_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json","artifactChecksum":"YzhmMTQ4ODM3MzI3NmNiMzljZTM4MzEyMTQ0ZTc3NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93c01f3d-2936-471a-aee5-b90c0d2e86cb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7d959e1-0338-4520-97a3-79261394a78b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI2Zjk1ZDE0ZDBkYWE0M2VmNjkwMmI1ZmU5MWFmMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"108d2126-4add-402a-8b91-c4f40f1af4b7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87a3ec71-a7ff-4d4b-99ec-069173649228","artifactVersion":"2","generatedFromUUID":"d7d959e1-0338-4520-97a3-79261394a78b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606225136-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml","artifactChecksum":"NjAxYTI3MGU2ZGQ1YzVhNjFhY2E4ZDdhMzk2NGU5OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff2b46c0-2c00-4b9a-8af8-d30503802127","artifactVersion":"1"},{"artifactName":"service-Vfw20220606225136-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar","artifactChecksum":"ODRkNzQ1MzE5NmY0ZmViZDlhYTM5MmUyMjIxZGNhMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"832baee5-6896-4ee3-8f17-63390202f572","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T22:53:27.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.167Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:27.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.179Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555972266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555969036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654555975812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555982705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555976783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "cds",
  "timestamp": 1654555983724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-06T22:53:27.217Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:27.218Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:53:27.310Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-06T22:53:27.317Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:27.317Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:27.333Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:27.335Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:53:27.545Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.587Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:53:27.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555984596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555985611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "policy-id",
  "timestamp": 1654555986617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:53:27.662Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.663Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:53:27.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555979833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555981688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555987862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555989663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555989092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555990726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555990202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555991287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:53:27.697Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.697Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T22:53:27.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555992744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:27.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654555992292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:27.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "clamp",
  "timestamp": 1654555993751,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:53:27.732Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.732Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:53:27.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555988582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:27.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:53:27.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555995797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654555996512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:53:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:53:27.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654555996803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:53:27.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:53:27.755Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:53:28.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:28.235Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:28.238Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:28.238Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:53:28.339Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:28.340Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:28.340Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:28.355Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:28.356Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:29.239Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:29.240Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:29.242Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:29.243Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:53:29.343Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:29.344Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:29.344Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:29.366Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:29.367Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:30.243Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:30.244Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:30.246Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:30.246Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:30.346Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:30.347Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:30.348Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:30.362Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:30.363Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:31.248Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:31.249Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:31.252Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:31.253Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T22:53:31.353Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:31.354Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:31.355Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:31.390Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:31.391Z||pool-7-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:32.253Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:32.255Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:32.258Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:32.259Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:53:32.359Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:32.360Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:32.361Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:32.393Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:32.394Z||pool-8-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:33.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:53:33.262Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:33.264Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:33.264Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:53:33.364Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:33.366Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:33.366Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:33.402Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:33.403Z||pool-9-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:34.267Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "serviceName": "vFW 2022-06-06 22-51-36",
  "serviceVersion": "1.0",
  "serviceUUID": "9de35a65-14a6-4fbf-a395-a84e86092376",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "801f5b2f-dcb5-44a0-8332-cb46e05a92fd",
  "resources": [
    {
      "resourceInstanceName": "vFW 6ebfafd9-ed64 0",
      "resourceCustomizationUUID": "5be02a98-ee00-4fab-81ba-6118cad26753",
      "resourceName": "vFW 6ebfafd9-ed64",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0ca2e2f-60fd-40a0-8ef6-5f40e1363876",
      "resourceInvariantUUID": "b110b40d-8deb-41c4-b774-742f88d12295",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6ebfafd9ed640_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
          "artifactChecksum": "YzhmMTQ4ODM3MzI3NmNiMzljZTM4MzEyMTQ0ZTc3NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "93c01f3d-2936-471a-aee5-b90c0d2e86cb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d7d959e1-0338-4520-97a3-79261394a78b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "87a3ec71-a7ff-4d4b-99ec-069173649228",
            "generatedFromUUID": "d7d959e1-0338-4520-97a3-79261394a78b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "87a3ec71-a7ff-4d4b-99ec-069173649228",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606225136-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
      "artifactChecksum": "ODRkNzQ1MzE5NmY0ZmViZDlhYTM5MmUyMjIxZGNhMTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "832baee5-6896-4ee3-8f17-63390202f572"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T22:53:34.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T22:53:34.269Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9de35a65-14a6-4fbf-a395-a84e86092376 ASDC
2022-06-06T22:53:34.416Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a149fea3-19b3-4556-ac1b-9fc05da00131
ServiceName:vFW 2022-06-06 22-51-36
ServiceVersion:1.0
ServiceUUID:9de35a65-14a6-4fbf-a395-a84e86092376
ServiceInvariantUUID:801f5b2f-dcb5-44a0-8332-cb46e05a92fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606225136-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
ArtifactUUID:832baee5-6896-4ee3-8f17-63390202f572
ArtifactChecksum:ODRkNzQ1MzE5NmY0ZmViZDlhYTM5MmUyMjIxZGNhMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ebfafd9-ed64 0
ResourceCustomizationUUID:5be02a98-ee00-4fab-81ba-6118cad26753
ResourceInvariantUUID:b110b40d-8deb-41c4-b774-742f88d12295
ResourceName:vFW 6ebfafd9-ed64
ResourceType:VF
ResourceUUID:f0ca2e2f-60fd-40a0-8ef6-5f40e1363876
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ebfafd9ed640_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
ArtifactUUID:93c01f3d-2936-471a-aee5-b90c0d2e86cb
ArtifactChecksum:YzhmMTQ4ODM3MzI3NmNiMzljZTM4MzEyMTQ0ZTc3NGE=
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/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
ArtifactUUID:d7d959e1-0338-4520-97a3-79261394a78b
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/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
ArtifactUUID:87a3ec71-a7ff-4d4b-99ec-069173649228
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/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
ArtifactUUID:87a3ec71-a7ff-4d4b-99ec-069173649228
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T22:53:34.416Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9de35a65-14a6-4fbf-a395-a84e86092376 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T22:53:34.476Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:53:34.478Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:53:34.479Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:53:34.479Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 832baee5-6896-4ee3-8f17-63390202f572 from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:34.480Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:34.481Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:34.585Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:34.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar 832baee5-6896-4ee3-8f17-63390202f572 99002
2022-06-06T22:53:34.608Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar ASDC sendASDCNotification
2022-06-06T22:53:34.608Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:34.609Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:34.610Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:34.612Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:34.612Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556014607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:34.713Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T22:53:34.714Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:34.714Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:34.729Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:34.730Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:35.613Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:53:35.614Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:53:35.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 832baee5-6896-4ee3-8f17-63390202f572, URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar to file: /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:35.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606225136-csar.csar
2022-06-06T22:53:35.713Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:35.714Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:36.573Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17345097607299335291/Definitions/service-Vfw20220606225136-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-06T22:53:39.715Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T22:53:39.722Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:53:39.723Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.723Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T22:53:39.723Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.724Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.725Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ebfafd9-ed64 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-Vfw20220606225136-csar.csar
2022-06-06T22:53:39.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:53:39.734Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.735Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:53:39.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:53:39.746Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.746Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.747Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.747Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:53:39.747Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:53:39.748Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.748Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.752Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.753Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.753Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.753Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:39.754Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.754Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.754Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:39.755Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:39.756Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.756Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.757Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:39.757Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.757Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.758Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:53:39.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:39.762Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.762Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.762Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:39.763Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.763Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:39.764Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:39.764Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.764Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.765Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.765Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T22:53:39.765Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.766Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:39.766Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:39.766Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.767Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.767Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:39.767Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.768Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:39.768Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.768Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bb632c9-7072-4752-a1ac-81aa91e14cc9
2022-06-06T22:53:39.769Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.769Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.770Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.771Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.771Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:39.771Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.772Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T22:53:39.772Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:39.772Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.773Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:39.773Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.773Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb52a94a-6349-4bb0-a9e1-8fc563016719
2022-06-06T22:53:39.774Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.774Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:39.774Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:39.775Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:39.775Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.775Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.776Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.776Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:39.776Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:39.777Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b69f600e-d1f7-4365-9a7e-9bf38f074353
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.778Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:39.779Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:39.780Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 22-51-36
Description:catalog service description
Model UUID:9de35a65-14a6-4fbf-a395-a84e86092376
Model Version:NULL
Model InvariantUuid:801f5b2f-dcb5-44a0-8332-cb46e05a92fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6ebfafd9-ed64
Model UUID:22a3b6c8-ea3a-4264-854a-51d0fc76786a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b110b40d-8deb-41c4-b774-742f88d12295
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5be02a98-ee00-4fab-81ba-6118cad26753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a8772894-0831-4ea6-9505-59ddaaf91b89
ModelName:Vfw6ebfafd9Ed64..base_vfw..module-0
ModelUuid:76ab6f19-7d2b-4505-95d0-80405f430ad7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6bb632c9-7072-4752-a1ac-81aa91e14cc9
ModelInvariantUuid:7bba35c1-57d3-46fb-9565-46208a551900
ModelName:vFW 6ebfafd9-ed64-nodes.vfwCvfc
ModelUuid:895b741e-6bd0-452d-b0c6-1900ba6ba7f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cd4c7258-af9f-4439-b40b-37a2eb52cba1
ModelInvariantUuid:573e225a-3c51-436c-9dbd-eda850d3444c
ModelName:Vfw6ebfafd9Ed64.compute.nodes.heat.vfw
ModelUuid:f5bd9c73-1754-428a-98bd-3912521473b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cb52a94a-6349-4bb0-a9e1-8fc563016719
ModelInvariantUuid:aa966f09-b093-43ad-8b11-936aead9bf27
ModelName:vFW 6ebfafd9-ed64-nodes.vsnCvfc
ModelUuid:5cc6bdd9-f3d2-42f9-ace0-926656bc2dea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:65cbf22d-99ea-4708-88e1-bd57c8bf6cb7
ModelInvariantUuid:b1560561-7095-400f-a894-dfbe41f19377
ModelName:Vfw6ebfafd9Ed64.compute.nodes.heat.vsn
ModelUuid:b73a9e6e-5557-42b6-ad9e-2eec5e478fea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b69f600e-d1f7-4365-9a7e-9bf38f074353
ModelInvariantUuid:a1dd3404-8687-4e92-a349-139ed457322f
ModelName:vFW 6ebfafd9-ed64-nodes.vpgCvfc
ModelUuid:711f007e-7a4f-43f7-94ed-6223857bdaef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c8924a7f-9e7b-4450-80ca-4ba7a5d9be13
ModelInvariantUuid:a3d87aa8-24c3-4007-9302-304a0aa9446d
ModelName:Vfw6ebfafd9Ed64.compute.nodes.heat.vpg
ModelUuid:f2aebdca-b72a-422e-810c-1192e8b73309
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T22:53:39.791Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f0ca2e2f-60fd-40a0-8ef6-5f40e1363876
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:53:39.889Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||vFW 6ebfafd9-ed64 0
2022-06-06T22:53:39.895Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0ca2e2f-60fd-40a0-8ef6-5f40e1363876
2022-06-06T22:53:39.896Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93c01f3d-2936-471a-aee5-b90c0d2e86cb from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:39.896Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:39.896Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:39.974Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json 93c01f3d-2936-471a-aee5-b90c0d2e86cb 785
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json ASDC sendASDCNotification
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:39.975Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:39.976Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:39.979Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:39.979Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556019975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:40.079Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:40.080Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:40.081Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:40.096Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:40.097Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:40.981Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ebfafd9Ed64..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a8772894-0831-4ea6-9505-59ddaaf91b89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76ab6f19-7d2b-4505-95d0-80405f430ad7",
    "vfModuleModelCustomizationUUID": "b06e15bc-cfe9-4ba9-b38b-e28026cf2325",
    "isBase": true,
    "artifacts": [
      "d7d959e1-0338-4520-97a3-79261394a78b",
      "87a3ec71-a7ff-4d4b-99ec-069173649228"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T22:53:40.997Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ebfafd9Ed64..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76ab6f19-7d2b-4505-95d0-80405f430ad7
VfModuleModelInvariantUUID:a8772894-0831-4ea6-9505-59ddaaf91b89
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7d959e1-0338-4520-97a3-79261394a78b
,
87a3ec71-a7ff-4d4b-99ec-069173649228

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

isBase:true


}

2022-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ebfafd9Ed64..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a8772894-0831-4ea6-9505-59ddaaf91b89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76ab6f19-7d2b-4505-95d0-80405f430ad7",
    "vfModuleModelCustomizationUUID": "b06e15bc-cfe9-4ba9-b38b-e28026cf2325",
    "isBase": true,
    "artifacts": [
      "d7d959e1-0338-4520-97a3-79261394a78b",
      "87a3ec71-a7ff-4d4b-99ec-069173649228"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ebfafd9Ed64..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76ab6f19-7d2b-4505-95d0-80405f430ad7
VfModuleModelInvariantUUID:a8772894-0831-4ea6-9505-59ddaaf91b89
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7d959e1-0338-4520-97a3-79261394a78b
,
87a3ec71-a7ff-4d4b-99ec-069173649228

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

isBase:true


}

2022-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d7d959e1-0338-4520-97a3-79261394a78b from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:41.000Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:41.001Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:41.069Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:41.070Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml d7d959e1-0338-4520-97a3-79261394a78b 20368
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:41.071Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:41.074Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:41.074Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556021071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:41.174Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:41.175Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:41.175Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:41.193Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:41.194Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:42.075Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87a3ec71-a7ff-4d4b-99ec-069173649228 from URL: /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:42.075Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:53:42.075Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:42.136Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:53:42.137Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env 87a3ec71-a7ff-4d4b-99ec-069173649228 2098
2022-06-06T22:53:42.137Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T22:53:42.137Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:42.138Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:53:42.138Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:42.141Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:42.142Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556022137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:53:42.242Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:42.242Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:42.243Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:42.263Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:42.263Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:43.142Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9de35a65-14a6-4fbf-a395-a84e86092376
2022-06-06T22:53:43.143Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ebfafd9-ed64 0 f0ca2e2f-60fd-40a0-8ef6-5f40e1363876 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:53:43.194Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e6c7ab1, org.onap.sdc.toscaparser.api.parameters.Input@4ba50140, org.onap.sdc.toscaparser.api.parameters.Input@a34f237, org.onap.sdc.toscaparser.api.parameters.Input@516d958d, org.onap.sdc.toscaparser.api.parameters.Input@1c99d4e3]
2022-06-06T22:53:43.198Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.198Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.198Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-06T22:53:43.199Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5be02a98-ee00-4fab-81ba-6118cad26753
2022-06-06T22:53:43.199Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5be02a98-ee00-4fab-81ba-6118cad26753 matches Tosca VF Customization UUID: 5be02a98-ee00-4fab-81ba-6118cad26753
2022-06-06T22:53:43.199Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5be02a98-ee00-4fab-81ba-6118cad26753  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T22:53:43.206Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.206Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5be02a98-ee00-4fab-81ba-6118cad26753: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15b3dee2
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.208Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:53:43.209Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b06e15bc-cfe9-4ba9-b38b-e28026cf2325
2022-06-06T22:53:43.210Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b06e15bc-cfe9-4ba9-b38b-e28026cf2325
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T22:53:43.217Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.218Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.218Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.219Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.219Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.220Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.220Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.220Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:43.221Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:43.222Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.223Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:43.223Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.223Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6bb632c9-7072-4752-a1ac-81aa91e14cc9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T22:53:43.232Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.232Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:43.233Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:43.234Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.235Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cb52a94a-6349-4bb0-a9e1-8fc563016719
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T22:53:43.238Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.238Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.238Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is not matching search criteria
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T22:53:43.241Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T22:53:43.242Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T22:53:43.243Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b69f600e-d1f7-4365-9a7e-9bf38f074353
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:53:43.246Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.247Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Node template vFW 6ebfafd9-ed64 0 is matching search criteria
2022-06-06T22:53:43.247Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6ebfafd9-ed64 0] matching following query criteria: sdcType=VF, customizationUUID=5be02a98-ee00-4fab-81ba-6118cad26753
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9de35a65-14a6-4fbf-a395-a84e86092376: vFW 6ebfafd9-ed64
2022-06-06T22:53:43.278Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.279Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-06 22-51-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:53:43.280Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-06 22-51-36 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:53:43.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ebfafd9-ed64 f0ca2e2f-60fd-40a0-8ef6-5f40e1363876 1 ASDC deployResourceStructure
2022-06-06T22:53:43.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json ASDC sendASDCNotification
2022-06-06T22:53:43.606Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json
2022-06-06T22:53:43.607Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:43.607Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:43.609Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:43.609Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556023606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:43.709Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:43.710Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:43.710Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:43.749Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:43.749Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:44.610Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T22:53:44.611Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml
2022-06-06T22:53:44.611Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:44.612Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:44.614Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:44.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556024610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:44.714Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:44.716Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:44.716Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:44.739Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:44.740Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:45.615Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T22:53:45.616Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env
2022-06-06T22:53:45.616Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:45.623Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:45.626Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:45.626Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556025615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:45.726Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:53:45.727Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:45.728Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:45.742Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:45.742Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:53:46.628Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar ASDC sendASDCNotification
2022-06-06T22:53:46.628Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar
2022-06-06T22:53:46.629Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:53:46.629Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:53:46.632Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:53:46.633Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556026627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:53:46.732Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:53:46.734Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:53:46.734Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:53:46.750Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:53:46.751Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:53:47.634Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:53:47.658Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:53:47.664Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:53:47.664Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:53:47.665Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:54:17.665Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:54:17.685Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:54:17.689Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:54:17.689Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:54:17.690Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:54:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:54:26.408Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:54:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:54:26.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:54:26.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:54:26.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:54:26.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:54:47.691Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:54:47.705Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:54:47.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:54:47.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:54:47.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:55:17.709Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:55:17.722Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:55:17.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:55:17.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T22:55:17.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T22:55:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:55:26.408Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:55:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:55:26.447Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:55:26.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.454Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556006404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654556015107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556014607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "aai-ml",
  "timestamp": 1654556016113,
  "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-06-06T22:55:26.463Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a149fea3-19b3-4556-ac1b-9fc05da00131
2022-06-06T22:55:26.464Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a149fea3-19b3-4556-ac1b-9fc05da00131 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:55:26.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556019975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556021071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556022137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556023606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/vfw6ebfafd9ed640_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556024610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556025615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/resourceInstances/vfw6ebfafd9ed640/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556026627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606225136/1.0/artifacts/service-Vfw20220606225136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556041688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556047266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556039833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556048581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556055744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556055354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556056062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556056386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "cds",
  "timestamp": 1654556056750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:55:26.504Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.504Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:55:26.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556056429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556057494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556058547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556058526,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:55:26.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:55:26.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556059552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:55:26.536Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.536Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556059531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556055812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556056783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556064522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556065162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556059036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556065526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:55:26.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:55:26.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "aai-ml",
  "timestamp": 1654556066167,
  "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-06-06T22:55:26.564Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.564Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:55:26.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:55:26.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "policy-id",
  "timestamp": 1654556066529,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:55:26.580Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:55:26.581Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T22:55:47.726Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:55:47.739Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:55:47.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:55:47.742Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:55:47.743Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:55:47.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:55:47.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:55:47.744Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-06-06T22:55:47.749Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T22:56:17.750Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a149fea3-19b3-4556-ac1b-9fc05da00131 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T22:56:17.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a149fea3-19b3-4556-ac1b-9fc05da00131 and serviceModelVersionId: 9de35a65-14a6-4fbf-a395-a84e86092376
2022-06-06T22:56:17.761Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 801f5b2f-dcb5-44a0-8332-cb46e05a92fd
2022-06-06T22:56:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:56:26.408Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:56:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:56:26.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:26.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:56:26.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556075733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556077743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:56:26.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:56:26.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "clamp",
  "timestamp": 1654556078748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T22:56:26.952Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24eeaf66-6774-453a-855d-ccb8be00d01f
2022-06-06T22:56:26.952Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24eeaf66-6774-453a-855d-ccb8be00d01f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:56:34.130Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0
2022-06-06T22:56:34.261Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T22:56:34.819Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|INFO|500||Invoke
2022-06-06T22:56:34.830Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a149fea3-19b3-4556-ac1b-9fc05da00131], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e95f5257-ebf0-4e14-bfa4-2c1a4eaa0462], X-ECOMP-RequestID=[a149fea3-19b3-4556-ac1b-9fc05da00131], X-TransactionId=[], X-ONAP-RequestID=[a149fea3-19b3-4556-ac1b-9fc05da00131], Content-Type=[application/merge-patch+json]}
2022-06-06T22:56:34.988Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T22:56:35.294Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?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/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-22:56:35:372-94443], vertex-id=[229440], Content-Length=[0], Date=[Mon, 06 Jun 2022 22:56:35 GMT], Content-Type=[application/json]}
2022-06-06T22:56:35.295Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T22:56:35.296Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/801f5b2f-dcb5-44a0-8332-cb46e05a92fd/model-vers/model-ver/9de35a65-14a6-4fbf-a395-a84e86092376?depth=0|INFO|500||InvokeReturn
2022-06-06T22:56:35.300Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T22:56:35.300Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||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-06-06T22:56:35.307Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T22:56:35.308Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a149fea3-19b3-4556-ac1b-9fc05da00131 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T22:56:35.309Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T22:56:35.310Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:35.312Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:35.312Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556195308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:56:35.412Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:35.414Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:35.414Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:35.434Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:35.435Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T22:56:36.329Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:56:36.330Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:56:36.330Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:40.848Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:40.849Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T22:56:40.849Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"24eeaf66-6774-453a-855d-ccb8be00d01f","serviceName":"basic_onboard_kopMIJ","serviceVersion":"1.0","serviceUUID":"ebb0e259-afb5-4fda-ad3a-1169be9c6cc6","serviceDescription":"service","serviceInvariantUUID":"8817d618-e868-4dcc-a632-78dfb848f8ba","resources":[{"resourceInstanceName":"basic_onboard_kopMIJ 0","resourceName":"basic_onboard_kopMIJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82e93ab7-ccc4-4cef-befd-9f97a5003e81","resourceInvariantUUID":"e4ff477e-7b28-4750-a81d-98de12c2c3c7","resourceCustomizationUUID":"7cfefb09-690a-4106-b0d4-33c9a57d8e7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ2ZmE3YTY3MTE5MmEzNWU0NjJlZjZjN2MwZDYxZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7720b7b7-f7da-4e95-96d2-3bb5288c9920","artifactVersion":"1"},{"artifactName":"basic_onboard_kopmij0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json","artifactChecksum":"MTc0MTA0YzM4N2RhZmFlM2JjMTM5ZjRiODliMzY3MTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e34efad4-d6c0-42bc-a858-c1b4bccce95a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"11863a23-c5ce-4745-97c7-d514654dce60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2059bb3e-f891-408e-b8a1-14847c4a069d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f155a1a-372e-4d26-841c-fbc3a2651e1b","artifactVersion":"2","generatedFromUUID":"11863a23-c5ce-4745-97c7-d514654dce60"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKopmij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml","artifactChecksum":"NDkwNGIwMWIwYTI0NTBjNzQ2OTIxYjMzNjBlNGVlYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28396243-b5c9-4c75-9f99-e27bf0dbadf6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKopmij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar","artifactChecksum":"YmE3MDJlMGZkODZhZTc2MTMzMjM1YTE3ZDdmMTIzNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f010f15-d9a9-4129-9b3c-c79fe9befba0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T22:56:40.854Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:40.855Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:40.858Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:40.858Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:56:40.958Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:40.959Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:40.959Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:40.972Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:40.973Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:41.858Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:41.860Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:41.862Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:41.862Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:56:41.962Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:41.963Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:41.964Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:41.979Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:41.980Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:42.863Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:42.864Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:42.866Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:42.867Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:56:42.967Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:42.968Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:42.968Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:42.988Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:42.989Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:43.867Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:43.868Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:43.871Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:43.871Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:56:43.972Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T22:56:43.973Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:43.973Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:43.991Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:43.993Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:56:44.872Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:44.873Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:44.877Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:44.877Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T22:56:44.977Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:44.978Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:44.978Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:44.993Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:44.994Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:56:45.878Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:45.879Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:45.881Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:45.881Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:56:45.981Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:45.983Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:45.983Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:45.995Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:45.996Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:46.882Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T22:56:46.883Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:46.886Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:46.886Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:56:46.986Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:46.987Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:46.987Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:47.000Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:47.001Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T22:56:47.888Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "serviceName": "basic_onboard_kopMIJ",
  "serviceVersion": "1.0",
  "serviceUUID": "ebb0e259-afb5-4fda-ad3a-1169be9c6cc6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8817d618-e868-4dcc-a632-78dfb848f8ba",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kopMIJ 0",
      "resourceCustomizationUUID": "7cfefb09-690a-4106-b0d4-33c9a57d8e7b",
      "resourceName": "basic_onboard_kopMIJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82e93ab7-ccc4-4cef-befd-9f97a5003e81",
      "resourceInvariantUUID": "e4ff477e-7b28-4750-a81d-98de12c2c3c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kopmij0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
          "artifactChecksum": "MTc0MTA0YzM4N2RhZmFlM2JjMTM5ZjRiODliMzY3MTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e34efad4-d6c0-42bc-a858-c1b4bccce95a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "11863a23-c5ce-4745-97c7-d514654dce60",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f155a1a-372e-4d26-841c-fbc3a2651e1b",
            "generatedFromUUID": "11863a23-c5ce-4745-97c7-d514654dce60"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f155a1a-372e-4d26-841c-fbc3a2651e1b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKopmij-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
      "artifactChecksum": "YmE3MDJlMGZkODZhZTc2MTMzMjM1YTE3ZDdmMTIzNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f010f15-d9a9-4129-9b3c-c79fe9befba0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T22:56:47.888Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T22:56:47.889Z|a149fea3-19b3-4556-ac1b-9fc05da00131|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebb0e259-afb5-4fda-ad3a-1169be9c6cc6 ASDC
2022-06-06T22:56:47.889Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:24eeaf66-6774-453a-855d-ccb8be00d01f
ServiceName:basic_onboard_kopMIJ
ServiceVersion:1.0
ServiceUUID:ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
ServiceInvariantUUID:8817d618-e868-4dcc-a632-78dfb848f8ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKopmij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
ArtifactUUID:0f010f15-d9a9-4129-9b3c-c79fe9befba0
ArtifactChecksum:YmE3MDJlMGZkODZhZTc2MTMzMjM1YTE3ZDdmMTIzNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kopMIJ 0
ResourceCustomizationUUID:7cfefb09-690a-4106-b0d4-33c9a57d8e7b
ResourceInvariantUUID:e4ff477e-7b28-4750-a81d-98de12c2c3c7
ResourceName:basic_onboard_kopMIJ
ResourceType:VF
ResourceUUID:82e93ab7-ccc4-4cef-befd-9f97a5003e81
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kopmij0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
ArtifactUUID:e34efad4-d6c0-42bc-a858-c1b4bccce95a
ArtifactChecksum:MTc0MTA0YzM4N2RhZmFlM2JjMTM5ZjRiODliMzY3MTg=
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/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
ArtifactUUID:11863a23-c5ce-4745-97c7-d514654dce60
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/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
ArtifactUUID:1f155a1a-372e-4d26-841c-fbc3a2651e1b
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/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
ArtifactUUID:1f155a1a-372e-4d26-841c-fbc3a2651e1b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T22:56:47.890Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebb0e259-afb5-4fda-ad3a-1169be9c6cc6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T22:56:47.927Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f010f15-d9a9-4129-9b3c-c79fe9befba0 from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:47.928Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:47.930Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:48.074Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar 0f010f15-d9a9-4129-9b3c-c79fe9befba0 71575
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar ASDC sendASDCNotification
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:48.079Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:48.080Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:48.082Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:48.082Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556208079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:56:48.183Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:48.184Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:48.184Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:48.201Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:48.201Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:49.083Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T22:56:49.084Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-06T22:56:49.084Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0f010f15-d9a9-4129-9b3c-c79fe9befba0, URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar to file: /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.085Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.085Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.086Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:49.284Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14737858982405667486/Definitions/service-BasicOnboardKopmij-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.698Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||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-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kopMIJ 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-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||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-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||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-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:50.699Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.700Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.701Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-06T22:56:50.702Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T22:56:50.702Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.702Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is not matching search criteria
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T22:56:50.703Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.704Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:56:50.705Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.705Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.705Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:50.706Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.707Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is not matching search criteria
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d4d914-46ac-48a5-8bd7-37541f2c5de1
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.708Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:50.709Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:50.710Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kopMIJ
Description:service
Model UUID:ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
Model Version:NULL
Model InvariantUuid:8817d618-e868-4dcc-a632-78dfb848f8ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kopMIJ
Model UUID:feda60ab-6ada-4d63-a0f2-9e9918df053c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4ff477e-7b28-4750-a81d-98de12c2c3c7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7cfefb09-690a-4106-b0d4-33c9a57d8e7b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52b7b519-059b-4cdb-b4a6-03930d43bd7e
ModelName:BasicOnboardKopmij..base_ubuntu18..module-0
ModelUuid:fd93d659-2ae9-411e-9538-c75a04e58b9e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3d4d914-46ac-48a5-8bd7-37541f2c5de1
ModelInvariantUuid:31f81b88-f7e5-4c3f-9a37-2211a0215d0c
ModelName:basic_onboard_kopMIJ-nodes.ubuntu18Cvfc
ModelUuid:2b6e0244-98b9-46cf-97ca-ba54f91e6b19
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:585dbe96-d1c1-41d2-b76f-7aeeafe77401
ModelInvariantUuid:43856fd1-2e17-49b0-83d2-94373423e145
ModelName:BasicOnboardKopmij.compute.nodes.heat.ubuntu18
ModelUuid:602fcbb0-243d-4237-a3cd-2312d427d308
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T22:56:50.716Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 82e93ab7-ccc4-4cef-befd-9f97a5003e81
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:56:50.718Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||basic_onboard_kopMIJ 0
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82e93ab7-ccc4-4cef-befd-9f97a5003e81
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e34efad4-d6c0-42bc-a858-c1b4bccce95a from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:50.719Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:50.778Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json e34efad4-d6c0-42bc-a858-c1b4bccce95a 798
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json ASDC sendASDCNotification
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:50.779Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:50.780Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:50.782Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:50.782Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556210779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:56:50.882Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:50.883Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:50.883Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:50.901Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:50.902Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:51.783Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKopmij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "52b7b519-059b-4cdb-b4a6-03930d43bd7e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd93d659-2ae9-411e-9538-c75a04e58b9e",
    "vfModuleModelCustomizationUUID": "ab524ac7-1af3-4f8b-a7ba-dd09198ccefb",
    "isBase": true,
    "artifacts": [
      "11863a23-c5ce-4745-97c7-d514654dce60",
      "1f155a1a-372e-4d26-841c-fbc3a2651e1b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T22:56:51.789Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKopmij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd93d659-2ae9-411e-9538-c75a04e58b9e
VfModuleModelInvariantUUID:52b7b519-059b-4cdb-b4a6-03930d43bd7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
11863a23-c5ce-4745-97c7-d514654dce60
,
1f155a1a-372e-4d26-841c-fbc3a2651e1b

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

isBase:true


}

2022-06-06T22:56:51.793Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKopmij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "52b7b519-059b-4cdb-b4a6-03930d43bd7e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd93d659-2ae9-411e-9538-c75a04e58b9e",
    "vfModuleModelCustomizationUUID": "ab524ac7-1af3-4f8b-a7ba-dd09198ccefb",
    "isBase": true,
    "artifacts": [
      "11863a23-c5ce-4745-97c7-d514654dce60",
      "1f155a1a-372e-4d26-841c-fbc3a2651e1b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T22:56:51.794Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKopmij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd93d659-2ae9-411e-9538-c75a04e58b9e
VfModuleModelInvariantUUID:52b7b519-059b-4cdb-b4a6-03930d43bd7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
11863a23-c5ce-4745-97c7-d514654dce60
,
1f155a1a-372e-4d26-841c-fbc3a2651e1b

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

isBase:true


}

2022-06-06T22:56:51.794Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11863a23-c5ce-4745-97c7-d514654dce60 from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:51.794Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:51.795Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:51.848Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:51.849Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml 11863a23-c5ce-4745-97c7-d514654dce60 5033
2022-06-06T22:56:51.849Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T22:56:51.850Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:51.850Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:51.851Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:51.854Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:51.854Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556211849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:56:51.954Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:51.955Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:51.956Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:51.972Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:51.973Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:52.855Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f155a1a-372e-4d26-841c-fbc3a2651e1b from URL: /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:52.856Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-06T22:56:52.856Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:52.976Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-06T22:56:52.977Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env 1f155a1a-372e-4d26-841c-fbc3a2651e1b 909
2022-06-06T22:56:52.977Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T22:56:52.977Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:52.978Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T22:56:52.978Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:52.980Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:52.980Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556212977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:56:53.080Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:53.081Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:53.082Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:53.095Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:53.095Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:53.981Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
2022-06-06T22:56:53.982Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kopMIJ 0 82e93ab7-ccc4-4cef-befd-9f97a5003e81 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:56:53.994Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69ffbf43, org.onap.sdc.toscaparser.api.parameters.Input@6eebfb5f, org.onap.sdc.toscaparser.api.parameters.Input@78544575, org.onap.sdc.toscaparser.api.parameters.Input@5e49b25, org.onap.sdc.toscaparser.api.parameters.Input@11f5297d]
2022-06-06T22:56:53.996Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7cfefb09-690a-4106-b0d4-33c9a57d8e7b
2022-06-06T22:56:53.997Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cfefb09-690a-4106-b0d4-33c9a57d8e7b matches Tosca VF Customization UUID: 7cfefb09-690a-4106-b0d4-33c9a57d8e7b
2022-06-06T22:56:53.998Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7cfefb09-690a-4106-b0d4-33c9a57d8e7b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T22:56:54.000Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.000Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.001Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7cfefb09-690a-4106-b0d4-33c9a57d8e7b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b4c0e45
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T22:56:54.002Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab524ac7-1af3-4f8b-a7ba-dd09198ccefb
2022-06-06T22:56:54.003Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab524ac7-1af3-4f8b-a7ba-dd09198ccefb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T22:56:54.005Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.005Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.005Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:54.006Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.006Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.006Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:54.007Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.007Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is not matching search criteria
2022-06-06T22:56:54.007Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T22:56:54.008Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T22:56:54.008Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d4d914-46ac-48a5-8bd7-37541f2c5de1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T22:56:54.011Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.011Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.011Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T22:56:54.012Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.012Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_kopMIJ 0 is matching search criteria
2022-06-06T22:56:54.012Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_kopMIJ 0] matching following query criteria: sdcType=VF, customizationUUID=7cfefb09-690a-4106-b0d4-33c9a57d8e7b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T22:56:54.014Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ebb0e259-afb5-4fda-ad3a-1169be9c6cc6: basic_onboard_kopMIJ
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.016Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.016Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.016Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.017Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.017Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.017Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.018Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T22:56:54.018Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_kopMIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T22:56:54.018Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_kopMIJ 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T22:56:54.109Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kopMIJ 82e93ab7-ccc4-4cef-befd-9f97a5003e81 1 ASDC deployResourceStructure
2022-06-06T22:56:54.110Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json ASDC sendASDCNotification
2022-06-06T22:56:54.110Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json
2022-06-06T22:56:54.110Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:54.111Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:54.113Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:54.113Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556214110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T22:56:54.213Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:54.214Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:54.215Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:54.240Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:54.241Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:55.114Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T22:56:55.115Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml
2022-06-06T22:56:55.115Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:55.116Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:55.118Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:55.118Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556215114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T22:56:55.218Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:55.219Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:55.220Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:55.235Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:55.235Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:56.119Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T22:56:56.120Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env
2022-06-06T22:56:56.121Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:56.121Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:56.124Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:56.125Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556216119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T22:56:56.225Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:56:56.226Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:56.226Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:56.242Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:56.242Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:57.126Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar ASDC sendASDCNotification
2022-06-06T22:56:57.127Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar
2022-06-06T22:56:57.127Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T22:56:57.128Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:56:57.131Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:56:57.131Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556217126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:56:57.231Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T22:56:57.232Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:56:57.232Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:56:57.250Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:56:57.251Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T22:56:58.132Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24eeaf66-6774-453a-855d-ccb8be00d01f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:56:58.144Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24eeaf66-6774-453a-855d-ccb8be00d01f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T22:56:58.149Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T22:56:58.150Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:56:58.150Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:56:58.150Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:56:58.151Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:56:58.151Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:56:58.151Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T22:56:58.152Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||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-06-06T22:56:58.156Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T22:57:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:26.408Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:57:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:27.039Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:57:27.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a149fea3-19b3-4556-ac1b-9fc05da00131",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556195308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:57:27.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556196329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T22:57:27.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556208079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556210779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556211849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556212977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556214110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/basic_onboard_kopmij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556215114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556216119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/resourceInstances/basic_onboard_kopmij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T22:57:27.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556217126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKopmij/1.0/artifacts/service-BasicOnboardKopmij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T22:57:27.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:57:28.157Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24eeaf66-6774-453a-855d-ccb8be00d01f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T22:57:28.166Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24eeaf66-6774-453a-855d-ccb8be00d01f and serviceModelVersionId: ebb0e259-afb5-4fda-ad3a-1169be9c6cc6
2022-06-06T22:57:28.166Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8817d618-e868-4dcc-a632-78dfb848f8ba
2022-06-06T22:57:28.167Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0
2022-06-06T22:57:28.172Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T22:57:28.250Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T22:57:28.253Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0|INFO|500||Invoke
2022-06-06T22:57:28.290Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T22:57:28.482Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0|INFO|500||InvokeReturn
2022-06-06T22:57:28.482Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8817d618-e868-4dcc-a632-78dfb848f8ba/model-vers/model-ver/ebb0e259-afb5-4fda-ad3a-1169be9c6cc6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-22:57:28:673-14755], vertex-id=[217200], Content-Length=[0], Date=[Mon, 06 Jun 2022 22:57:28 GMT], Content-Type=[application/json]}
2022-06-06T22:57:28.484Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T22:57:28.484Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T22:57:28.484Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||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-06-06T22:57:28.490Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T22:57:28.490Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24eeaf66-6774-453a-855d-ccb8be00d01f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T22:57:28.491Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T22:57:28.491Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-06T22:57:28.493Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T22:57:28.493Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556248490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:57:28.594Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T22:57:28.595Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T22:57:28.595Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T22:57:28.612Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:57:28.613Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T22:57:29.517Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:29.518Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:57:29.518Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:39.102Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:57:39.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:39.103Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:57:39.104Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:48.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:57:48.669Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:57:48.669Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:57:48.669Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:57:58.242Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:58:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:58:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:58:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:58:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:58:26.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:58:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:58:27.035Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:58:27.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T22:58:27.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "24eeaf66-6774-453a-855d-ccb8be00d01f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556248490,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T22:58:27.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T22:58:35.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:59:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:59:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:59:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:59:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T22:59:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T22:59:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T22:59:35.966Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T22:59:35.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:00:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:00:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:00:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:00:26.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:00:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:00:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:00:35.951Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:00:35.970Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:01:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:01:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:01:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:01:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:01:26.417Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:01:26.417Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:01:35.983Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:01:36.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:02:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:02:26.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:02:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:02:26.406Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:02:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:02:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:02:35.959Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:02:35.972Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:03:26.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:03:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:03:26.408Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:03:26.409Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:03:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:03:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:03:35.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:03:35.957Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:04:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:04:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:04:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:04:26.407Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:04:26.407Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:04:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:04:35.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:04:35.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:05:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:05:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:05:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:05:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:05:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:05:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:05:35.950Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:05:35.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:06:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:06:26.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:06:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:06:26.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:06:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:06:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:06:35.982Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:06:35.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:26.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:07:26.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:07:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:07:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:07:26.407Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:07:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:07:35.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:36.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:36.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:07:36.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"87dece0a-c779-42e5-9d5f-c1a96e8635e9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"119a27fe-b274-45a4-8f44-04bd0569a055","serviceDescription":"service","serviceInvariantUUID":"07e9681d-2e4d-450b-af7f-1165465ec3b9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e","resourceInvariantUUID":"f525d5c3-3515-4f51-90a9-71d588d933fd","resourceCustomizationUUID":"d5eee477-f2c0-4850-8857-9613178212ca","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":"MmRmMTM3MzJlYzA3MzYzNjEwMDU0NWUwNmFkMDAwZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a766722-d04d-45e9-89db-e0680a3c7d41","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Njg1Mjk4NzY4M2U2ZDhjMmQ2NzliYWE5ODAwNDFjYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfd56558-ff99-49eb-b070-6804fbe2248b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:07:36.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:07:36.350Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:36.358Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:36.358Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556846404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:07:36.458Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:07:36.460Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:07:36.460Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:36.519Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:36.520Z||pool-35-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:37.359Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:07:37.360Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:37.365Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:37.365Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556846404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:07:37.465Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:07:37.466Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:07:37.466Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:37.480Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:37.481Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:38.366Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "119a27fe-b274-45a4-8f44-04bd0569a055",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07e9681d-2e4d-450b-af7f-1165465ec3b9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d5eee477-f2c0-4850-8857-9613178212ca",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e",
      "resourceInvariantUUID": "f525d5c3-3515-4f51-90a9-71d588d933fd",
      "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": "Njg1Mjk4NzY4M2U2ZDhjMmQ2NzliYWE5ODAwNDFjYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dfd56558-ff99-49eb-b070-6804fbe2248b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:07:38.367Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:07:38.367Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 119a27fe-b274-45a4-8f44-04bd0569a055 ASDC
2022-06-06T23:07:38.368Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:87dece0a-c779-42e5-9d5f-c1a96e8635e9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:119a27fe-b274-45a4-8f44-04bd0569a055
ServiceInvariantUUID:07e9681d-2e4d-450b-af7f-1165465ec3b9
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:dfd56558-ff99-49eb-b070-6804fbe2248b
ArtifactChecksum:Njg1Mjk4NzY4M2U2ZDhjMmQ2NzliYWE5ODAwNDFjYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d5eee477-f2c0-4850-8857-9613178212ca
ResourceInvariantUUID:f525d5c3-3515-4f51-90a9-71d588d933fd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-06T23:07:38.369Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 119a27fe-b274-45a4-8f44-04bd0569a055 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:07:38.421Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:07:38.422Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:07:38.422Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:07:38.422Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dfd56558-ff99-49eb-b070-6804fbe2248b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:38.423Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:07:38.423Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:38.683Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:07:38.687Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dfd56558-ff99-49eb-b070-6804fbe2248b 52514
2022-06-06T23:07:38.688Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T23:07:38.689Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:38.690Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:07:38.690Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:38.699Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:38.699Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556858687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:07:38.799Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:07:38.800Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:07:38.800Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:38.816Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:38.817Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:39.700Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:07:39.702Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:07:39.702Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: dfd56558-ff99-49eb-b070-6804fbe2248b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:39.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-06T23:07:39.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:39.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:39.907Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17516332136649575937/Definitions/service-BasicNetwork-template.yml
2022-06-06T23:07:40.580Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.581Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:07:40.582Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:07:40.583Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.584Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.585Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.586Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:119a27fe-b274-45a4-8f44-04bd0569a055
Model Version:NULL
Model InvariantUuid:07e9681d-2e4d-450b-af7f-1165465ec3b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f525d5c3-3515-4f51-90a9-71d588d933fd
Model UUID:ce342fd6-8ea7-4bb1-825b-1f59d02e9384
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d5eee477-f2c0-4850-8857-9613178212ca
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:07:40.597Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 7f8725fb-831a-4896-a1ab-a2ff5cbd2e7e
2022-06-06T23:07:40.597Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||No resources found for Service: 119a27fe-b274-45a4-8f44-04bd0569a055
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:07:40.607Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||
2022-06-06T23:07:40.608Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-06T23:07:40.609Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 119a27fe-b274-45a4-8f44-04bd0569a055
2022-06-06T23:07:40.610Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 119a27fe-b274-45a4-8f44-04bd0569a055
2022-06-06T23:07:40.610Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-06T23:07:40.610Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:07:40.619Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@683c0e65, org.onap.sdc.toscaparser.api.parameters.Input@2b7c6e11, org.onap.sdc.toscaparser.api.parameters.Input@503a3c12, org.onap.sdc.toscaparser.api.parameters.Input@7f4ea87a, org.onap.sdc.toscaparser.api.parameters.Input@7789ded0]
2022-06-06T23:07:40.621Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.622Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 119a27fe-b274-45a4-8f44-04bd0569a055: Generic NeutronNet
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.623Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.667Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.668Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:07:40.668Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:07:40.668Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T23:07:40.741Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:07:40.742Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:07:40.743Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:07:40.744Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556860741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:07:40.844Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:07:40.845Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:07:40.845Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:07:40.859Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:07:40.859Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:07:41.745Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:07:41.766Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:07:41.771Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:07:41.771Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:07:41.772Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:08:11.772Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:08:11.784Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:08:11.788Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:08:11.788Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:08:11.788Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:08:26.407Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:08:26.408Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:08:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:08:27.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:08:27.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556855812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556851689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556846404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "policy-id",
  "timestamp": 1654556856784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556855812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556846404,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556851689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "cds",
  "timestamp": 1654556857267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "policy-id",
  "timestamp": 1654556856784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "aai-ml",
  "timestamp": 1654556858581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "cds",
  "timestamp": 1654556857267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556859369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556858687,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "policy-id",
  "timestamp": 1654556859578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "aai-ml",
  "timestamp": 1654556858581,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "cds",
  "timestamp": 1654556860107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "policy-id",
  "timestamp": 1654556860583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "aai-ml",
  "timestamp": 1654556861396,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556859833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556861202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "cds",
  "timestamp": 1654556861115,
  "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-06-06T23:08:27.085Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.085Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556860741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "policy-id",
  "timestamp": 1654556861586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.103Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556859833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556862209,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.121Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "aai-ml",
  "timestamp": 1654556866163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "aai-ml",
  "timestamp": 1654556867167,
  "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-06-06T23:08:27.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "clamp",
  "timestamp": 1654556869036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "clamp",
  "timestamp": 1654556869036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "clamp",
  "timestamp": 1654556878897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "clamp",
  "timestamp": 1654556879934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "clamp",
  "timestamp": 1654556880939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.152Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87dece0a-c779-42e5-9d5f-c1a96e8635e9
2022-06-06T23:08:27.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556879833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556875812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556876783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.178Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556881688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556891422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556891120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556891152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556892124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556892336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "policy-id",
  "timestamp": 1654556893127,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.195Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.196Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556893457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556893341,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.215Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.215Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556894462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.229Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556887266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556888581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556896076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556897335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "cds",
  "timestamp": 1654556897081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:08:27.244Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.244Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556902591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "aai-ml",
  "timestamp": 1654556903598,
  "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-06-06T23:08:27.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:08:27.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556899036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:08:27.270Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:08:41.789Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:08:41.804Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:08:41.809Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:08:41.809Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:08:41.809Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:08:41.810Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:08:41.811Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:08:41.818Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:09:11.819Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:09:11.826Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and serviceModelVersionId: 119a27fe-b274-45a4-8f44-04bd0569a055
2022-06-06T23:09:11.826Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07e9681d-2e4d-450b-af7f-1165465ec3b9
2022-06-06T23:09:11.828Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0
2022-06-06T23:09:11.834Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:09:11.921Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T23:09:11.923Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0|INFO|500||Invoke
2022-06-06T23:09:11.950Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:09:12.033Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0|INFO|500||InvokeReturn
2022-06-06T23:09:12.035Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e9681d-2e4d-450b-af7f-1165465ec3b9/model-vers/model-ver/119a27fe-b274-45a4-8f44-04bd0569a055?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-23:09:12:315-82127], vertex-id=[225528], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:09:12 GMT], Content-Type=[application/json]}
2022-06-06T23:09:12.036Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:09:12.036Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:09:12.036Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||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-06-06T23:09:12.043Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T23:09:12.043Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87dece0a-c779-42e5-9d5f-c1a96e8635e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:09:12.044Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:09:12.044Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:12.047Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:12.047Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556952043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:09:12.147Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:12.148Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:12.148Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:12.165Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:12.165Z||pool-39-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-06-06T23:09:13.062Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:09:13.062Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:09:13.062Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|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 L9sugkrlytHUln5m) ...
2022-06-06T23:09:13.702Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:13.703Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:09:13.704Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5","serviceName":"Demo_pNF_qOCD7BvZ4J7jxthjozaZ","serviceVersion":"1.0","serviceUUID":"f5d16284-49cb-4568-93f8-bea8aaf3e617","serviceDescription":"catalog service description","serviceInvariantUUID":"010bdb98-d852-4a08-bcf0-3399eedc41a2","resources":[{"resourceInstanceName":"pNF c99d6a5e-9826 0","resourceName":"pNF c99d6a5e-9826","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7086cccb-152f-4047-a712-ce17a198b418","resourceInvariantUUID":"ba304539-014b-473b-8a98-9cde86198392","resourceCustomizationUUID":"b2f55f9c-8559-4a45-9008-286623bad642","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml","artifactChecksum":"MzMwZjA5YWQ2MmY5ZDdiNmQ4NWIzOWI0NjYzMGRlYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f55c17d5-beaf-42b0-b046-d4ae15028b69","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"252c3219-7a21-4706-89fc-5cbb6c26f763","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6c1ac6d-9445-4cd4-aa41-10120d9fdd63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml","artifactChecksum":"ZDllYTIwOGI2NTNlMmZjMGZjMzA0MjFhYzYwN2YyNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df54f357-3b80-40c5-bed8-cd106f75cefc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cebc6e9d-c720-4f74-8976-671fc3dca47f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"760299d2-96cf-4bfd-8725-6c53b59ffc2c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml","artifactChecksum":"YTUyYWYxZGU2ZTVkMTZkMmFjZjA3MjUzNDllOTg5MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db27fd42-493d-4b9a-81bd-6bd4a00d2f5e","artifactVersion":"1"},{"artifactName":"service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar","artifactChecksum":"YzFhNWUyMWNjYjg1ZmI2MzM0YmEyNWYzZDYzOGNlN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b63a7f67-044f-4bbd-b213-619c8196eb47","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:09:13.707Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:13.707Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:13.709Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:13.709Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:13.809Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:13.810Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:13.810Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:13.822Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:13.823Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:14.710Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:14.711Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:14.713Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:14.713Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:14.813Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:14.814Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:14.815Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:14.829Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:14.830Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:15.714Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:15.715Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:15.717Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:15.717Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:15.817Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:15.818Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:15.819Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:15.840Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:15.840Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:16.718Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:16.719Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:16.721Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:16.721Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:16.821Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:16.822Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:16.822Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:16.841Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:16.842Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:17.721Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:17.722Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:17.724Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:17.725Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:17.825Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:17.826Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:17.826Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:17.840Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:17.841Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:18.725Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:18.726Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:18.729Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:18.729Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:18.829Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:18.831Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:18.831Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:18.845Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:18.846Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:19.730Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:19.730Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:19.732Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:19.733Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:19.833Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:19.834Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:19.835Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:19.849Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:19.850Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:20.733Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:20.734Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:20.737Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:20.737Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:20.837Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:20.838Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:20.838Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:20.852Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:20.852Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:21.738Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "serviceName": "Demo_pNF_qOCD7BvZ4J7jxthjozaZ",
  "serviceVersion": "1.0",
  "serviceUUID": "f5d16284-49cb-4568-93f8-bea8aaf3e617",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "010bdb98-d852-4a08-bcf0-3399eedc41a2",
  "resources": [
    {
      "resourceInstanceName": "pNF c99d6a5e-9826 0",
      "resourceCustomizationUUID": "b2f55f9c-8559-4a45-9008-286623bad642",
      "resourceName": "pNF c99d6a5e-9826",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7086cccb-152f-4047-a712-ce17a198b418",
      "resourceInvariantUUID": "ba304539-014b-473b-8a98-9cde86198392",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
      "artifactChecksum": "YzFhNWUyMWNjYjg1ZmI2MzM0YmEyNWYzZDYzOGNlN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b63a7f67-044f-4bbd-b213-619c8196eb47"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:09:21.739Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:09:21.739Z|87dece0a-c779-42e5-9d5f-c1a96e8635e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5d16284-49cb-4568-93f8-bea8aaf3e617 ASDC
2022-06-06T23:09:21.739Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
ServiceName:Demo_pNF_qOCD7BvZ4J7jxthjozaZ
ServiceVersion:1.0
ServiceUUID:f5d16284-49cb-4568-93f8-bea8aaf3e617
ServiceInvariantUUID:010bdb98-d852-4a08-bcf0-3399eedc41a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
ArtifactUUID:b63a7f67-044f-4bbd-b213-619c8196eb47
ArtifactChecksum:YzFhNWUyMWNjYjg1ZmI2MzM0YmEyNWYzZDYzOGNlN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c99d6a5e-9826 0
ResourceCustomizationUUID:b2f55f9c-8559-4a45-9008-286623bad642
ResourceInvariantUUID:ba304539-014b-473b-8a98-9cde86198392
ResourceName:pNF c99d6a5e-9826
ResourceType:PNF
ResourceUUID:7086cccb-152f-4047-a712-ce17a198b418
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T23:09:21.739Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5d16284-49cb-4568-93f8-bea8aaf3e617 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:09:21.770Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b63a7f67-044f-4bbd-b213-619c8196eb47 from URL: /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:21.771Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:09:21.772Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:21.835Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:09:21.839Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar b63a7f67-044f-4bbd-b213-619c8196eb47 82648
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar ASDC sendASDCNotification
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:09:21.840Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:21.843Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:21.843Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556961840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:21.943Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:21.944Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:21.944Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:21.966Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:21.966Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:22.844Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:09:22.845Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:09:22.845Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b63a7f67-044f-4bbd-b213-619c8196eb47, URL: /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar to file: /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.846Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.847Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.847Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:22.999Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3512526838181132660/Definitions/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml
2022-06-06T23:09:24.034Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||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-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c99d6a5e-9826 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-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||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-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.035Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Node template pNF c99d6a5e-9826 0 is matching search criteria
2022-06-06T23:09:24.036Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:09:24.037Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c99d6a5e-9826 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:09:24.037Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.037Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Node template pNF c99d6a5e-9826 0 is matching search criteria
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF c99d6a5e-9826 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.038Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.039Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.040Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.040Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.040Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_qOCD7BvZ4J7jxthjozaZ
Description:catalog service description
Model UUID:f5d16284-49cb-4568-93f8-bea8aaf3e617
Model Version:NULL
Model InvariantUuid:010bdb98-d852-4a08-bcf0-3399eedc41a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:09:24.057Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7086cccb-152f-4047-a712-ce17a198b418
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||pNF c99d6a5e-9826 0
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7086cccb-152f-4047-a712-ce17a198b418
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f5d16284-49cb-4568-93f8-bea8aaf3e617
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f5d16284-49cb-4568-93f8-bea8aaf3e617
2022-06-06T23:09:24.061Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c99d6a5e-9826 0 7086cccb-152f-4047-a712-ce17a198b418 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:09:24.067Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c813724, org.onap.sdc.toscaparser.api.parameters.Input@7363014b, org.onap.sdc.toscaparser.api.parameters.Input@7fcdb04a, org.onap.sdc.toscaparser.api.parameters.Input@3d3b0eef, org.onap.sdc.toscaparser.api.parameters.Input@4876367b]
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f5d16284-49cb-4568-93f8-bea8aaf3e617: pNF c99d6a5e-9826
2022-06-06T23:09:24.068Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Processing PNF resource: 7086cccb-152f-4047-a712-ce17a198b418
2022-06-06T23:09:24.069Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:09:24.069Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qOCD7BvZ4J7jxthjozaZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:09:24.069Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||Resource customization UUID: b2f55f9c-8559-4a45-9008-286623bad642 is the same as notified resource customizationUUID: b2f55f9c-8559-4a45-9008-286623bad642
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T23:09:24.125Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c99d6a5e-9826 7086cccb-152f-4047-a712-ce17a198b418 0 ASDC deployResourceStructure
2022-06-06T23:09:24.126Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar ASDC sendASDCNotification
2022-06-06T23:09:24.126Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar
2022-06-06T23:09:24.126Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:09:24.126Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:24.129Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:24.129Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556964126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:24.230Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:09:24.231Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:24.231Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:24.244Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:24.245Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:25.130Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:09:25.142Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:09:25.146Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:09:25.146Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:09:25.146Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:09:25.146Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:09:25.146Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:09:25.147Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:09:25.147Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:09:25.147Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:09:25.147Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:09:25.147Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:09:25.147Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||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-06-06T23:09:25.152Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:09:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:09:26.408Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:09:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:09:26.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:27.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556917910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556919922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "clamp",
  "timestamp": 1654556920926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:09:27.064Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5
2022-06-06T23:09:27.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556918581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556915812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556917266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556919833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556916783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556932311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556933310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556932723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556932759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "cds",
  "timestamp": 1654556933733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87648cd9-f84c-4922-9ead-dbdbb43d89b9
2022-06-06T23:09:27.119Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556933381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556933763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "policy-id",
  "timestamp": 1654556934767,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:09:27.135Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87648cd9-f84c-4922-9ead-dbdbb43d89b9
2022-06-06T23:09:27.135Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556934485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556935587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556936642,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:09:27.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87648cd9-f84c-4922-9ead-dbdbb43d89b9
2022-06-06T23:09:27.155Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T23:09:27.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556929036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556937651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556942066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "aai-ml",
  "timestamp": 1654556943070,
  "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-06-06T23:09:27.174Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87648cd9-f84c-4922-9ead-dbdbb43d89b9
2022-06-06T23:09:27.174Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556942914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556944922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "clamp",
  "timestamp": 1654556945926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:09:27.199Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87648cd9-f84c-4922-9ead-dbdbb43d89b9
2022-06-06T23:09:27.199Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556941688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556951593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87dece0a-c779-42e5-9d5f-c1a96e8635e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556952043,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556939833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556936783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556954019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556953479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556947266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556953886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556948581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556955023,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:09:27.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87648cd9-f84c-4922-9ead-dbdbb43d89b9
2022-06-06T23:09:27.237Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556954889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556954986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556954579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556956364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "policy-id",
  "timestamp": 1654556955892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.266Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c88cfe18-a5f1-4d60-b92f-07e975164baa
2022-06-06T23:09:27.266Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88cfe18-a5f1-4d60-b92f-07e975164baa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "cds",
  "timestamp": 1654556955990,
  "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-06-06T23:09:27.280Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c88cfe18-a5f1-4d60-b92f-07e975164baa
2022-06-06T23:09:27.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88cfe18-a5f1-4d60-b92f-07e975164baa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556955635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556956657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:09:27.296Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c88cfe18-a5f1-4d60-b92f-07e975164baa
2022-06-06T23:09:27.296Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88cfe18-a5f1-4d60-b92f-07e975164baa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654556957661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/resourceInstances/pnfc99d6a5e98260/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556961840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:09:27.309Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654556955812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556964441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:27.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:27.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556964126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQocd7bvz4j7jxthjozaz/1.0/artifacts/service-DemoPnfQocd7bvz4j7jxthjozaz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:09:27.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:09:27.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "aai-ml",
  "timestamp": 1654556965446,
  "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-06-06T23:09:27.322Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c88cfe18-a5f1-4d60-b92f-07e975164baa
2022-06-06T23:09:27.322Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88cfe18-a5f1-4d60-b92f-07e975164baa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:09:27.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:09:27.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556959036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:09:27.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:09:55.152Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:09:55.160Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and serviceModelVersionId: f5d16284-49cb-4568-93f8-bea8aaf3e617
2022-06-06T23:09:55.160Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 010bdb98-d852-4a08-bcf0-3399eedc41a2
2022-06-06T23:09:55.161Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/010bdb98-d852-4a08-bcf0-3399eedc41a2/model-vers/model-ver/f5d16284-49cb-4568-93f8-bea8aaf3e617?depth=0
2022-06-06T23:09:55.167Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:09:55.235Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010bdb98-d852-4a08-bcf0-3399eedc41a2/model-vers/model-ver/f5d16284-49cb-4568-93f8-bea8aaf3e617?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T23:09:55.237Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010bdb98-d852-4a08-bcf0-3399eedc41a2/model-vers/model-ver/f5d16284-49cb-4568-93f8-bea8aaf3e617?depth=0|INFO|500||Invoke
2022-06-06T23:09:55.258Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010bdb98-d852-4a08-bcf0-3399eedc41a2/model-vers/model-ver/f5d16284-49cb-4568-93f8-bea8aaf3e617?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:09:55.412Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010bdb98-d852-4a08-bcf0-3399eedc41a2/model-vers/model-ver/f5d16284-49cb-4568-93f8-bea8aaf3e617?depth=0|INFO|500||InvokeReturn
2022-06-06T23:09:55.413Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/010bdb98-d852-4a08-bcf0-3399eedc41a2/model-vers/model-ver/f5d16284-49cb-4568-93f8-bea8aaf3e617?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-23:09:55:621-57547], vertex-id=[356552], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:09:55 GMT], Content-Type=[application/json]}
2022-06-06T23:09:55.414Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:09:55.414Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:09:55.414Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||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-06-06T23:09:55.420Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T23:09:55.421Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:09:55.422Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:09:55.422Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:55.424Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:55.425Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556995422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:09:55.525Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:55.527Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:55.527Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:55.546Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:55.547Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:09:56.440Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:09:56.441Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"87648cd9-f84c-4922-9ead-dbdbb43d89b9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"88d3f682-87b8-40df-9410-7f124e200c76","serviceDescription":"service","serviceInvariantUUID":"f79d69e2-88c0-45e0-b679-bbcdda2f5eb0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce1d9779-ac84-4b96-9777-2cd703856298","resourceInvariantUUID":"ee7620a1-5521-4bee-ab03-77b3348469f8","resourceCustomizationUUID":"32840f64-aa0c-492f-b1c2-428158654132","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":"ZDkxYzhkZTg3NzI4ZDAzODQ5ZjRlMTgxYjgxNjAwY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96b37d5c-c5e1-4982-8535-f022365ec42b","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":"712f5b69-4fa8-442a-a421-e2d1820d57b8","artifactVersion":"2","generatedFromUUID":"5a60a7d3-5067-43f1-8ea4-d0127f07b40a"},{"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":"5a60a7d3-5067-43f1-8ea4-d0127f07b40a","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":"OTllYWQ4YjQyNzJkNjI1ZTZkY2MxYWFjYzJhZjkxNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"994e8c14-51bf-4d6f-8f54-07b25e749c75","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":"91994c16-bc2f-41c6-9202-8886226798ad","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":"c69f46ef-a8cb-4101-b501-b4b536832acb","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":"682a0cf4-0e31-4829-b2de-360971193f2b","artifactVersion":"2","generatedFromUUID":"91994c16-bc2f-41c6-9202-8886226798ad"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2I2ODIzZTA5NWE3Zjk1MzI0ZjhhZGVkM2QyZjY4NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c26dfa9-c764-4cf4-9e45-449625780254","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDk2ZDgzMDVlNTg1Yjk3ZDc2ZWYxOTZkYzRlZTlkNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2e85b8b-7156-45cf-bb07-9311b47087ba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:09:56.441Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:56.442Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:56.444Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:56.444Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:09:56.544Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:56.546Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:56.546Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:56.559Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:56.560Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:57.445Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:57.446Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:57.450Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:57.450Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T23:09:57.549Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:09:57.550Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:57.551Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:57.576Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:57.577Z||pool-52-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:58.451Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:58.452Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:58.455Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:58.455Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T23:09:58.556Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:58.557Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:58.557Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:58.573Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:58.574Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:09:59.457Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:09:59.458Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:09:59.460Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:09:59.460Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:09:59.560Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:09:59.562Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:09:59.562Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:09:59.581Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:09:59.582Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:00.461Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:00.462Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:00.465Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:00.465Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:10:00.565Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:00.566Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:00.567Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:00.581Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:00.582Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:01.466Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:01.466Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:01.468Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:01.468Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:01.568Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:01.569Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:01.569Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:01.590Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:01.591Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:02.469Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:02.471Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:02.474Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:02.474Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T23:10:02.574Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:02.575Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:02.575Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:02.586Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:02.587Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:03.475Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:03.476Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:03.478Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:03.478Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:03.580Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T23:10:03.581Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:03.581Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:03.595Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:03.596Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:04.479Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:04.480Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:04.483Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:04.483Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:10:04.583Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:04.584Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:04.584Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:04.597Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:04.597Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:05.485Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "88d3f682-87b8-40df-9410-7f124e200c76",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f79d69e2-88c0-45e0-b679-bbcdda2f5eb0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "32840f64-aa0c-492f-b1c2-428158654132",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ce1d9779-ac84-4b96-9777-2cd703856298",
      "resourceInvariantUUID": "ee7620a1-5521-4bee-ab03-77b3348469f8",
      "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": "712f5b69-4fa8-442a-a421-e2d1820d57b8",
          "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": "5a60a7d3-5067-43f1-8ea4-d0127f07b40a",
          "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": "OTllYWQ4YjQyNzJkNjI1ZTZkY2MxYWFjYzJhZjkxNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "994e8c14-51bf-4d6f-8f54-07b25e749c75",
          "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": "91994c16-bc2f-41c6-9202-8886226798ad",
          "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": "682a0cf4-0e31-4829-b2de-360971193f2b",
            "generatedFromUUID": "91994c16-bc2f-41c6-9202-8886226798ad"
          },
          "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": "682a0cf4-0e31-4829-b2de-360971193f2b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDk2ZDgzMDVlNTg1Yjk3ZDc2ZWYxOTZkYzRlZTlkNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a2e85b8b-7156-45cf-bb07-9311b47087ba"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:10:05.485Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:10:05.486Z|e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 88d3f682-87b8-40df-9410-7f124e200c76 ASDC
2022-06-06T23:10:05.486Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:87648cd9-f84c-4922-9ead-dbdbb43d89b9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:88d3f682-87b8-40df-9410-7f124e200c76
ServiceInvariantUUID:f79d69e2-88c0-45e0-b679-bbcdda2f5eb0
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:a2e85b8b-7156-45cf-bb07-9311b47087ba
ArtifactChecksum:MDk2ZDgzMDVlNTg1Yjk3ZDc2ZWYxOTZkYzRlZTlkNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:32840f64-aa0c-492f-b1c2-428158654132
ResourceInvariantUUID:ee7620a1-5521-4bee-ab03-77b3348469f8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ce1d9779-ac84-4b96-9777-2cd703856298
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:712f5b69-4fa8-442a-a421-e2d1820d57b8
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:5a60a7d3-5067-43f1-8ea4-d0127f07b40a
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:994e8c14-51bf-4d6f-8f54-07b25e749c75
ArtifactChecksum:OTllYWQ4YjQyNzJkNjI1ZTZkY2MxYWFjYzJhZjkxNDA=
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:91994c16-bc2f-41c6-9202-8886226798ad
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:682a0cf4-0e31-4829-b2de-360971193f2b
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:682a0cf4-0e31-4829-b2de-360971193f2b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T23:10:05.487Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88d3f682-87b8-40df-9410-7f124e200c76 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:10:05.525Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:10:05.526Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:10:05.526Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:10:05.527Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a2e85b8b-7156-45cf-bb07-9311b47087ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T23:10:05.527Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:05.527Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T23:10:05.610Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:05.613Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a2e85b8b-7156-45cf-bb07-9311b47087ba 68957
2022-06-06T23:10:05.614Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-06T23:10:05.614Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T23:10:05.614Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:05.615Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:05.617Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:05.617Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557005614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:05.717Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:05.718Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:05.718Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:05.731Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:05.732Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:06.618Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:10:06.620Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:10:06.620Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a2e85b8b-7156-45cf-bb07-9311b47087ba, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T23:10:06.621Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-06T23:10:06.621Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T23:10:06.621Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T23:10:06.734Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2505744148385780920/Definitions/service-BasicCnf-template.yml
2022-06-06T23:10:07.888Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:10:07.889Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:10:07.889Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T23:10:07.889Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T23:10:07.889Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:07.889Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:07.889Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:10:07.890Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.891Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.892Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:10:07.893Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.894Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:07.894Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:10:07.894Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.894Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T23:10:07.894Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=41cdac20-a4ed-48c7-a85f-e0eb4a86d98f
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.895Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.896Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:07.896Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:07.896Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:88d3f682-87b8-40df-9410-7f124e200c76
Model Version:NULL
Model InvariantUuid:f79d69e2-88c0-45e0-b679-bbcdda2f5eb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e28e0397-0b7c-480b-a861-cf8081445adb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee7620a1-5521-4bee-ab03-77b3348469f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:32840f64-aa0c-492f-b1c2-428158654132
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:10962a6a-0a05-4dd6-94c6-27fd8d90a629
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:abf3bbfc-dfa8-4a86-bce3-195d5d66a29c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:41cdac20-a4ed-48c7-a85f-e0eb4a86d98f
ModelInvariantUuid:2c8fc3b3-1c74-40c5-9dea-518aa07d462f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6da50cd6-aa2c-445a-ac9b-bc429a0af59a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ca8daa9a-d736-409c-830a-297b0518d2f4
ModelInvariantUuid:8156410c-c367-47a9-9245-b074cd35c66c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9ee0fe2b-78aa-4f65-ae5c-5ec4e0ffb4b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:10:07.904Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ce1d9779-ac84-4b96-9777-2cd703856298
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:10:07.906Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-06-06T23:10:07.907Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce1d9779-ac84-4b96-9777-2cd703856298
2022-06-06T23:10:07.907Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 712f5b69-4fa8-442a-a421-e2d1820d57b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-06T23:10:07.907Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:07.907Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:08.170Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:08.171Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 712f5b69-4fa8-442a-a421-e2d1820d57b8 12
2022-06-06T23:10:08.171Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:08.171Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:08.171Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:08.172Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:08.174Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:08.174Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557008171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:08.274Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:08.275Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:08.275Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:08.301Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:08.302Z||pool-61-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:09.175Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a60a7d3-5067-43f1-8ea4-d0127f07b40a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-06T23:10:09.176Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:09.176Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:09.396Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:09.397Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5a60a7d3-5067-43f1-8ea4-d0127f07b40a 2688
2022-06-06T23:10:09.398Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:09.398Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:09.398Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:09.398Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:09.400Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:09.401Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557009397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:09.501Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:09.501Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:09.501Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:09.526Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:09.527Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:10.401Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 994e8c14-51bf-4d6f-8f54-07b25e749c75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T23:10:10.402Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:10.402Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:10.481Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:10.482Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 994e8c14-51bf-4d6f-8f54-07b25e749c75 828
2022-06-06T23:10:10.482Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:10.482Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:10.482Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:10.483Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:10.484Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:10.484Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557010482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:10.585Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:10.586Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:10.586Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:10.614Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:10.615Z||pool-63-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:11.485Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "10962a6a-0a05-4dd6-94c6-27fd8d90a629",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abf3bbfc-dfa8-4a86-bce3-195d5d66a29c",
    "vfModuleModelCustomizationUUID": "c95bdbfe-e396-4692-96eb-273f036ce900",
    "isBase": true,
    "artifacts": [
      "5a60a7d3-5067-43f1-8ea4-d0127f07b40a",
      "91994c16-bc2f-41c6-9202-8886226798ad",
      "682a0cf4-0e31-4829-b2de-360971193f2b"
    ],
    "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-06-06T23:10:11.492Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abf3bbfc-dfa8-4a86-bce3-195d5d66a29c
VfModuleModelInvariantUUID:10962a6a-0a05-4dd6-94c6-27fd8d90a629
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a60a7d3-5067-43f1-8ea4-d0127f07b40a
,
91994c16-bc2f-41c6-9202-8886226798ad
,
682a0cf4-0e31-4829-b2de-360971193f2b

}
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-06-06T23:10:11.495Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "10962a6a-0a05-4dd6-94c6-27fd8d90a629",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "abf3bbfc-dfa8-4a86-bce3-195d5d66a29c",
    "vfModuleModelCustomizationUUID": "c95bdbfe-e396-4692-96eb-273f036ce900",
    "isBase": true,
    "artifacts": [
      "5a60a7d3-5067-43f1-8ea4-d0127f07b40a",
      "91994c16-bc2f-41c6-9202-8886226798ad",
      "682a0cf4-0e31-4829-b2de-360971193f2b"
    ],
    "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-06-06T23:10:11.495Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:abf3bbfc-dfa8-4a86-bce3-195d5d66a29c
VfModuleModelInvariantUUID:10962a6a-0a05-4dd6-94c6-27fd8d90a629
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a60a7d3-5067-43f1-8ea4-d0127f07b40a
,
91994c16-bc2f-41c6-9202-8886226798ad
,
682a0cf4-0e31-4829-b2de-360971193f2b

}
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-06-06T23:10:11.495Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 91994c16-bc2f-41c6-9202-8886226798ad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T23:10:11.495Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:11.495Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:11.546Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:11.547Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 91994c16-bc2f-41c6-9202-8886226798ad 1164
2022-06-06T23:10:11.547Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:11.547Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:11.547Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:11.548Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:11.549Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:11.550Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557011547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:11.650Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:11.651Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:11.651Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:11.700Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:11.700Z||pool-64-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:12.550Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 682a0cf4-0e31-4829-b2de-360971193f2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T23:10:12.551Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:12.551Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:12.660Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:12.661Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 682a0cf4-0e31-4829-b2de-360971193f2b 200
2022-06-06T23:10:12.661Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:12.661Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:12.662Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:12.662Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:12.664Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:12.665Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:12.764Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:12.765Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:12.765Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:12.799Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:12.800Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:13.665Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 88d3f682-87b8-40df-9410-7f124e200c76
2022-06-06T23:10:13.666Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ce1d9779-ac84-4b96-9777-2cd703856298 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-06T23:10:13.688Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:10:13.698Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50376090, org.onap.sdc.toscaparser.api.parameters.Input@24c6f19c, org.onap.sdc.toscaparser.api.parameters.Input@711b7104, org.onap.sdc.toscaparser.api.parameters.Input@22551622, org.onap.sdc.toscaparser.api.parameters.Input@490dd118]
2022-06-06T23:10:13.699Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.700Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.700Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-06T23:10:13.700Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 32840f64-aa0c-492f-b1c2-428158654132
2022-06-06T23:10:13.700Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32840f64-aa0c-492f-b1c2-428158654132 matches Tosca VF Customization UUID: 32840f64-aa0c-492f-b1c2-428158654132
2022-06-06T23:10:13.700Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 32840f64-aa0c-492f-b1c2-428158654132  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T23:10:13.704Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.704Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.705Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 32840f64-aa0c-492f-b1c2-428158654132: {\"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-06-06T23:10:13.705Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a83b692
2022-06-06T23:10:13.705Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.706Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:10:13.706Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c95bdbfe-e396-4692-96eb-273f036ce900
2022-06-06T23:10:13.706Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c95bdbfe-e396-4692-96eb-273f036ce900
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T23:10:13.709Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.709Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:13.710Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:10:13.710Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.710Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:13.710Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:10:13.710Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.710Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T23:10:13.711Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T23:10:13.711Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=41cdac20-a4ed-48c7-a85f-e0eb4a86d98f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T23:10:13.714Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.714Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:13.714Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:10:13.714Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.714Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T23:10:13.715Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=32840f64-aa0c-492f-b1c2-428158654132
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:10:13.717Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.717Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.717Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 88d3f682-87b8-40df-9410-7f124e200c76: basic_cnf
2022-06-06T23:10:13.717Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.717Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.718Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:10:13.719Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:10:13.719Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:13.813Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ce1d9779-ac84-4b96-9777-2cd703856298 1 ASDC deployResourceStructure
2022-06-06T23:10:13.814Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:13.815Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:13.815Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T23:10:13.815Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:13.818Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:13.818Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557013814,
  "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-06-06T23:10:13.918Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:13.919Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:13.919Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:13.940Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:13.940Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:14.820Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:14.820Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:14.820Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T23:10:14.821Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:14.823Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:14.823Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557014819,
  "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-06-06T23:10:14.923Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:14.924Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:14.924Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:14.943Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:14.946Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:15.824Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:15.825Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:15.825Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:10:15.826Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:15.829Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:15.829Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557015824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:15.929Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:15.930Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:15.931Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:15.948Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:15.949Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:16.830Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:16.830Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:16.830Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:10:16.831Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:16.833Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:16.833Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557016830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:16.933Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:16.934Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:16.935Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:16.952Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:16.953Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:17.835Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:17.835Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:17.835Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:10:17.835Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:17.837Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:17.837Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557017835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:17.938Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:17.939Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:17.939Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:17.953Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:17.954Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:18.839Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-06T23:10:18.839Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T23:10:18.839Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:10:18.840Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:18.842Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:18.842Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557018838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:18.942Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:18.943Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:18.943Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:18.958Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:18.959Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:19.843Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87648cd9-f84c-4922-9ead-dbdbb43d89b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:10:19.855Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87648cd9-f84c-4922-9ead-dbdbb43d89b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:10:19.861Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:10:19.862Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:10:19.863Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:10:19.863Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:19.868Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:10:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:10:26.408Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:10:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:10:27.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:27.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556971918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.061Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556973930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "clamp",
  "timestamp": 1654556974934,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:10:27.071Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c88cfe18-a5f1-4d60-b92f-07e975164baa
2022-06-06T23:10:27.071Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88cfe18-a5f1-4d60-b92f-07e975164baa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:10:27.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556971688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556979497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556981932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654556982937,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:10:27.087Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c88cfe18-a5f1-4d60-b92f-07e975164baa
2022-06-06T23:10:27.087Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88cfe18-a5f1-4d60-b92f-07e975164baa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:10:27.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2694ba0-fc28-4257-a5ab-b09a3f9d2ac5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556995422,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:10:27.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:10:27.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557005614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557008171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557009397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557010482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557011547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557012661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557013814,
  "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-06-06T23:10:27.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557014819,
  "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-06-06T23:10:27.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557015824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557016830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557017835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:10:27.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557018838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:10:27.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:10:49.869Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:10:49.876Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and serviceModelVersionId: 88d3f682-87b8-40df-9410-7f124e200c76
2022-06-06T23:10:49.876Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f79d69e2-88c0-45e0-b679-bbcdda2f5eb0
2022-06-06T23:10:49.877Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0
2022-06-06T23:10:49.881Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:10:49.933Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0|INFO|500||Invoke
2022-06-06T23:10:49.934Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87648cd9-f84c-4922-9ead-dbdbb43d89b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dba63dcf-3877-4635-8c0c-fd5c7593c42e], X-ECOMP-RequestID=[87648cd9-f84c-4922-9ead-dbdbb43d89b9], X-TransactionId=[], X-ONAP-RequestID=[87648cd9-f84c-4922-9ead-dbdbb43d89b9], Content-Type=[application/merge-patch+json]}
2022-06-06T23:10:49.959Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:10:50.261Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?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/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-23:10:50:321-50231], vertex-id=[249920], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:10:50 GMT], Content-Type=[application/json]}
2022-06-06T23:10:50.261Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:10:50.262Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79d69e2-88c0-45e0-b679-bbcdda2f5eb0/model-vers/model-ver/88d3f682-87b8-40df-9410-7f124e200c76?depth=0|INFO|500||InvokeReturn
2022-06-06T23:10:50.263Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:10:50.263Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||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-06-06T23:10:50.269Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T23:10:50.269Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87648cd9-f84c-4922-9ead-dbdbb43d89b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:10:50.270Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:10:50.270Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:50.272Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:50.272Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557050269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:10:50.373Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:50.374Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:50.374Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:50.387Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:50.387Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:10:51.285Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:10:51.285Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c88cfe18-a5f1-4d60-b92f-07e975164baa","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"37c30a5c-bb74-47cf-a285-fc9a8e839d4d","serviceDescription":"service","serviceInvariantUUID":"f32102bd-2db0-4452-8676-f888422d9112","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8bd4341-458e-462d-b8a4-d1a0db503f68","resourceInvariantUUID":"fb589f19-70c1-4f0b-ad81-be483163f290","resourceCustomizationUUID":"262de294-1492-4ff8-a6ca-e8d4711d2902","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":"YjNlNjBiNTIxNGYwMGUzNWRjZTQ2ZDJhZGVmM2Y5YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e36c2ed8-8840-4c3f-a0f3-6b169dfe4ec7","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":"NzljNTEwYTFlNDg3OGFkZDgyNjA5NmIwNWQyNzRjNmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f250d5a-4b73-48dd-a596-4ded2c32c0cf","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":"be4af365-5590-4372-aa8d-7313b02da065","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":"f8976de1-9904-428f-833a-913d5c8f47ac","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":"ec5f92ab-a314-4c0a-94a2-c2eebc01af8e","artifactVersion":"2","generatedFromUUID":"be4af365-5590-4372-aa8d-7313b02da065"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzdlOGVlN2FhYzM3MzRkZGJkMGRlMTA4ZjRmMDY5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43f88c20-3fd7-4b60-8d7e-3d9b4ebaf59a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjNmMzcwMDBmNjI0ODUxMWZkODllM2JjMjM1MmRjYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11a5785e-21cd-44d1-a97c-e6c54ff8f2a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:10:51.286Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:51.286Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:51.288Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:51.288Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:51.388Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:51.389Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:51.389Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:51.405Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:51.406Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:52.288Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:52.289Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:52.291Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:52.291Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:10:52.392Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:52.393Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:52.393Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:52.408Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:52.409Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:53.292Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:53.293Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:53.295Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:53.295Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:10:53.395Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:53.397Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:53.397Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:53.413Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:53.413Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:54.295Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:54.296Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:54.298Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:54.298Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:54.399Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T23:10:54.400Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:54.400Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:54.421Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:54.422Z||pool-76-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:10:55.299Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:55.299Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:55.301Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:55.302Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T23:10:55.402Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:55.403Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:55.403Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:55.416Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:55.417Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:56.307Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:56.307Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:56.309Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:56.309Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:10:56.410Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:56.410Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:56.411Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:56.431Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:56.432Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:57.310Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:10:57.312Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:57.314Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:57.314Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:10:57.415Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:10:57.415Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:57.415Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:57.436Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:57.437Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:58.316Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "37c30a5c-bb74-47cf-a285-fc9a8e839d4d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f32102bd-2db0-4452-8676-f888422d9112",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "262de294-1492-4ff8-a6ca-e8d4711d2902",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8bd4341-458e-462d-b8a4-d1a0db503f68",
      "resourceInvariantUUID": "fb589f19-70c1-4f0b-ad81-be483163f290",
      "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": "NzljNTEwYTFlNDg3OGFkZDgyNjA5NmIwNWQyNzRjNmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f250d5a-4b73-48dd-a596-4ded2c32c0cf",
          "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": "be4af365-5590-4372-aa8d-7313b02da065",
          "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": "ec5f92ab-a314-4c0a-94a2-c2eebc01af8e",
            "generatedFromUUID": "be4af365-5590-4372-aa8d-7313b02da065"
          },
          "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": "ec5f92ab-a314-4c0a-94a2-c2eebc01af8e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjNmMzcwMDBmNjI0ODUxMWZkODllM2JjMjM1MmRjYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11a5785e-21cd-44d1-a97c-e6c54ff8f2a5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:10:58.316Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:10:58.317Z|87648cd9-f84c-4922-9ead-dbdbb43d89b9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 37c30a5c-bb74-47cf-a285-fc9a8e839d4d ASDC
2022-06-06T23:10:58.318Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c88cfe18-a5f1-4d60-b92f-07e975164baa
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:37c30a5c-bb74-47cf-a285-fc9a8e839d4d
ServiceInvariantUUID:f32102bd-2db0-4452-8676-f888422d9112
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:11a5785e-21cd-44d1-a97c-e6c54ff8f2a5
ArtifactChecksum:NjNmMzcwMDBmNjI0ODUxMWZkODllM2JjMjM1MmRjYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:262de294-1492-4ff8-a6ca-e8d4711d2902
ResourceInvariantUUID:fb589f19-70c1-4f0b-ad81-be483163f290
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a8bd4341-458e-462d-b8a4-d1a0db503f68
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:7f250d5a-4b73-48dd-a596-4ded2c32c0cf
ArtifactChecksum:NzljNTEwYTFlNDg3OGFkZDgyNjA5NmIwNWQyNzRjNmE=
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:be4af365-5590-4372-aa8d-7313b02da065
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:ec5f92ab-a314-4c0a-94a2-c2eebc01af8e
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:ec5f92ab-a314-4c0a-94a2-c2eebc01af8e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T23:10:58.319Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37c30a5c-bb74-47cf-a285-fc9a8e839d4d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:10:58.351Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:10:58.352Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:10:58.353Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:10:58.353Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 11a5785e-21cd-44d1-a97c-e6c54ff8f2a5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T23:10:58.353Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:10:58.353Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T23:10:58.461Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:10:58.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 11a5785e-21cd-44d1-a97c-e6c54ff8f2a5 71079
2022-06-06T23:10:58.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T23:10:58.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T23:10:58.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:10:58.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:10:58.467Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:10:58.468Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557058465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:10:58.568Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:10:58.569Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:10:58.569Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:10:58.584Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:10:58.584Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:10:59.468Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:10:59.469Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-06T23:10:59.470Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 11a5785e-21cd-44d1-a97c-e6c54ff8f2a5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:10:59.470Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-06T23:10:59.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:10:59.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:10:59.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15375370565951647297/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T23:11:01.042Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.043Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T23:11:01.044Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-06T23:11:01.044Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.044Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.044Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:01.044Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:11:01.044Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:11:01.045Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.045Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.045Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:01.045Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-06T23:11:01.045Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:11:01.045Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T23:11:01.046Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:11:01.047Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.048Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=feacb07e-a1b1-4d79-87c7-0d38870d6425
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.049Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.050Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.050Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:01.050Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:01.050Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:37c30a5c-bb74-47cf-a285-fc9a8e839d4d
Model Version:NULL
Model InvariantUuid:f32102bd-2db0-4452-8676-f888422d9112
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:081c3791-10bc-4363-ac6d-b12417c80082
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb589f19-70c1-4f0b-ad81-be483163f290
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:262de294-1492-4ff8-a6ca-e8d4711d2902
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cee64c5c-c121-462c-a84c-cc627a1732ab
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:032197fb-e99d-4418-9409-bd236bb00991
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:feacb07e-a1b1-4d79-87c7-0d38870d6425
ModelInvariantUuid:93e2db24-c229-4fc4-ba50-e94e18bca83d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8e17f481-b194-48b5-8f6f-f65dbefd3a0c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f28a4e5b-8872-493f-9e25-4af93d282e3b
ModelInvariantUuid:00bb6c83-dde4-401c-8f8c-f7c7211a2437
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:52c36f24-9f8f-413b-85a3-7802653b715c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:11:01.056Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a8bd4341-458e-462d-b8a4-d1a0db503f68
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:11:01.060Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-06-06T23:11:01.061Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8bd4341-458e-462d-b8a4-d1a0db503f68
2022-06-06T23:11:01.061Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f250d5a-4b73-48dd-a596-4ded2c32c0cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T23:11:01.061Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:11:01.061Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T23:11:01.158Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:11:01.159Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7f250d5a-4b73-48dd-a596-4ded2c32c0cf 787
2022-06-06T23:11:01.159Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-06T23:11:01.159Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T23:11:01.159Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:11:01.160Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:01.162Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:01.162Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557061159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:01.262Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:11:01.263Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:01.264Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:01.280Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:01.281Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:11:02.163Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cee64c5c-c121-462c-a84c-cc627a1732ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "032197fb-e99d-4418-9409-bd236bb00991",
    "vfModuleModelCustomizationUUID": "bafe0ecd-313c-4bb5-b515-66f167147497",
    "isBase": true,
    "artifacts": [
      "be4af365-5590-4372-aa8d-7313b02da065",
      "ec5f92ab-a314-4c0a-94a2-c2eebc01af8e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T23:11:02.168Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:032197fb-e99d-4418-9409-bd236bb00991
VfModuleModelInvariantUUID:cee64c5c-c121-462c-a84c-cc627a1732ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
be4af365-5590-4372-aa8d-7313b02da065
,
ec5f92ab-a314-4c0a-94a2-c2eebc01af8e

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

isBase:true


}

2022-06-06T23:11:02.170Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cee64c5c-c121-462c-a84c-cc627a1732ab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "032197fb-e99d-4418-9409-bd236bb00991",
    "vfModuleModelCustomizationUUID": "bafe0ecd-313c-4bb5-b515-66f167147497",
    "isBase": true,
    "artifacts": [
      "be4af365-5590-4372-aa8d-7313b02da065",
      "ec5f92ab-a314-4c0a-94a2-c2eebc01af8e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T23:11:02.171Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:032197fb-e99d-4418-9409-bd236bb00991
VfModuleModelInvariantUUID:cee64c5c-c121-462c-a84c-cc627a1732ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
be4af365-5590-4372-aa8d-7313b02da065
,
ec5f92ab-a314-4c0a-94a2-c2eebc01af8e

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

isBase:true


}

2022-06-06T23:11:02.171Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be4af365-5590-4372-aa8d-7313b02da065 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T23:11:02.171Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:11:02.171Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T23:11:02.218Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:11:02.218Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml be4af365-5590-4372-aa8d-7313b02da065 5033
2022-06-06T23:11:02.218Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T23:11:02.219Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T23:11:02.219Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:11:02.219Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:02.221Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:02.221Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557062218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:02.321Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:11:02.322Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:02.322Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:02.346Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:02.347Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:11:03.222Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec5f92ab-a314-4c0a-94a2-c2eebc01af8e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T23:11:03.223Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-06T23:11:03.223Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T23:11:03.275Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-06T23:11:03.276Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ec5f92ab-a314-4c0a-94a2-c2eebc01af8e 903
2022-06-06T23:11:03.276Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T23:11:03.276Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T23:11:03.276Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:11:03.277Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:03.279Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:03.279Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557063276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:03.379Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:11:03.380Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:03.380Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:03.396Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:03.396Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:11:04.279Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 37c30a5c-bb74-47cf-a285-fc9a8e839d4d
2022-06-06T23:11:04.280Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a8bd4341-458e-462d-b8a4-d1a0db503f68 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:11:04.297Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@354cc44a, org.onap.sdc.toscaparser.api.parameters.Input@68a0f0e1, org.onap.sdc.toscaparser.api.parameters.Input@69ba1f0f, org.onap.sdc.toscaparser.api.parameters.Input@7e4cb972, org.onap.sdc.toscaparser.api.parameters.Input@2d714c65]
2022-06-06T23:11:04.299Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.299Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.299Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-06T23:11:04.299Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 262de294-1492-4ff8-a6ca-e8d4711d2902
2022-06-06T23:11:04.300Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 262de294-1492-4ff8-a6ca-e8d4711d2902 matches Tosca VF Customization UUID: 262de294-1492-4ff8-a6ca-e8d4711d2902
2022-06-06T23:11:04.300Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 262de294-1492-4ff8-a6ca-e8d4711d2902  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T23:11:04.303Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.303Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.304Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 262de294-1492-4ff8-a6ca-e8d4711d2902: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-06T23:11:04.304Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@605e0ade
2022-06-06T23:11:04.304Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.305Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:11:04.305Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bafe0ecd-313c-4bb5-b515-66f167147497
2022-06-06T23:11:04.305Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bafe0ecd-313c-4bb5-b515-66f167147497
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T23:11:04.307Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.307Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:04.308Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:11:04.308Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.308Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:04.308Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:11:04.308Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.308Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T23:11:04.309Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T23:11:04.309Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T23:11:04.309Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=feacb07e-a1b1-4d79-87c7-0d38870d6425
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T23:11:04.311Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.311Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:04.311Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:11:04.312Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.312Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T23:11:04.312Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=262de294-1492-4ff8-a6ca-e8d4711d2902
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:11:04.314Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.314Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.314Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 37c30a5c-bb74-47cf-a285-fc9a8e839d4d: basic_vm
2022-06-06T23:11:04.315Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.315Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.315Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.315Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.315Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.316Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.316Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.316Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.316Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:11:04.316Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:11:04.317Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:11:04.409Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a8bd4341-458e-462d-b8a4-d1a0db503f68 1 ASDC deployResourceStructure
2022-06-06T23:11:04.410Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-06T23:11:04.410Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T23:11:04.410Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:11:04.411Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:04.413Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:04.414Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557064410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:04.513Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:11:04.514Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:04.514Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:04.542Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:04.542Z||pool-84-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:11:05.416Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T23:11:05.417Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T23:11:05.417Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:11:05.417Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:05.419Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:05.419Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557065416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:05.520Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:11:05.521Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:05.522Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:05.536Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:05.537Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:11:06.420Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T23:11:06.421Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T23:11:06.421Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:11:06.421Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:06.423Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:06.423Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557066420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:06.524Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T23:11:06.525Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:06.526Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:06.544Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:06.544Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:11:07.424Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T23:11:07.425Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T23:11:07.425Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:11:07.425Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:07.427Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:07.427Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557067424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:07.527Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:11:07.528Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:07.528Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:07.545Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:07.546Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:11:08.428Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88cfe18-a5f1-4d60-b92f-07e975164baa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:11:08.440Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88cfe18-a5f1-4d60-b92f-07e975164baa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:11:08.444Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:11:08.445Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:11:08.446Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:11:08.446Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:11:08.446Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||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-06-06T23:11:08.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:11:26.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:11:26.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:11:26.410Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:11:27.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:27.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87648cd9-f84c-4922-9ead-dbdbb43d89b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557050269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:11:27.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:11:27.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:11:27.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654556953062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557058465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557061159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557062218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557063276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557064410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557065416,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557066420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557067424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:11:27.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:11:38.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c88cfe18-a5f1-4d60-b92f-07e975164baa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:11:38.464Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c88cfe18-a5f1-4d60-b92f-07e975164baa and serviceModelVersionId: 37c30a5c-bb74-47cf-a285-fc9a8e839d4d
2022-06-06T23:11:38.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f32102bd-2db0-4452-8676-f888422d9112
2022-06-06T23:11:38.467Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f32102bd-2db0-4452-8676-f888422d9112/model-vers/model-ver/37c30a5c-bb74-47cf-a285-fc9a8e839d4d?depth=0
2022-06-06T23:11:38.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:11:38.573Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f32102bd-2db0-4452-8676-f888422d9112/model-vers/model-ver/37c30a5c-bb74-47cf-a285-fc9a8e839d4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-06T23:11:38.576Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f32102bd-2db0-4452-8676-f888422d9112/model-vers/model-ver/37c30a5c-bb74-47cf-a285-fc9a8e839d4d?depth=0|INFO|500||Invoke
2022-06-06T23:11:38.610Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f32102bd-2db0-4452-8676-f888422d9112/model-vers/model-ver/37c30a5c-bb74-47cf-a285-fc9a8e839d4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:11:38.784Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f32102bd-2db0-4452-8676-f888422d9112/model-vers/model-ver/37c30a5c-bb74-47cf-a285-fc9a8e839d4d?depth=0|INFO|500||InvokeReturn
2022-06-06T23:11:38.784Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f32102bd-2db0-4452-8676-f888422d9112/model-vers/model-ver/37c30a5c-bb74-47cf-a285-fc9a8e839d4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-23:11:38:969-84101], vertex-id=[372936], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:11:38 GMT], Content-Type=[application/json]}
2022-06-06T23:11:38.785Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:11:38.785Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:11:38.785Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||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-06-06T23:11:38.792Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T23:11:38.793Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c88cfe18-a5f1-4d60-b92f-07e975164baa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:11:38.793Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:11:38.794Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:11:38.796Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:11:38.796Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557098793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:11:38.896Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:11:38.898Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:11:38.898Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:11:38.918Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:38.919Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:11:39.809Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:11:39.810Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:11:39.810Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:11:50.209Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:50.210Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:11:50.211Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:11:50.211Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:11:59.779Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:11:59.780Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:11:59.781Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:11:59.781Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:12:09.366Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:12:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:12:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:12:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:12:26.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:12:26.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:12:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:12:27.046Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:12:27.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:12:27.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c88cfe18-a5f1-4d60-b92f-07e975164baa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557098793,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:12:27.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:12:35.985Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:13:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:13:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:13:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:13:26.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:13:26.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:13:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:13:36.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:13:36.010Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:14:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:14:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:14:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:14:26.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:14:26.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:14:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:14:35.956Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:14:35.962Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:15:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:15:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:15:26.406Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:15:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:15:26.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:15:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:15:35.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:15:35.961Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:16:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:16:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:16:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:16:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:16:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:16:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:16:35.952Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:16:35.955Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:17:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:17:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:17:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:17:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:17:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:17:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:17:35.959Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:17:35.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:18:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:18:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:18:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:18:26.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:18:26.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:18:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:18:35.951Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:18:35.954Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:19:26.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:19:26.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:19:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:19:26.407Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:19:26.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:19:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:19:35.990Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:19:35.991Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:20:26.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:20:26.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:20:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:20:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:20:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:20:26.408Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:20:36.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:20:36.015Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:26.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:21:26.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:21:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:21:26.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:21:26.408Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:21:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:21:26.927Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:26.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557659833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557656783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557661688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557655813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557675281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557675658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557675996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557676663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557676352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557667266,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557668582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:21:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "policy-id",
  "timestamp": 1654557677665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:21:26.981Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c98863ad-eacd-410d-a81f-73dc874d3ce9
2022-06-06T23:21:26.981Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98863ad-eacd-410d-a81f-73dc874d3ce9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:21:26.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557677439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557678052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557678693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557679417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557678506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:26.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:26.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:26.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:26.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:26.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557679697,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:21:27.000Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c98863ad-eacd-410d-a81f-73dc874d3ce9
2022-06-06T23:21:27.001Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98863ad-eacd-410d-a81f-73dc874d3ce9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:21:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557679592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:21:27.016Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c98863ad-eacd-410d-a81f-73dc874d3ce9
2022-06-06T23:21:27.016Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98863ad-eacd-410d-a81f-73dc874d3ce9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T23:21:27.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:21:27.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "cds",
  "timestamp": 1654557680633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:21:27.036Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c98863ad-eacd-410d-a81f-73dc874d3ce9
2022-06-06T23:21:27.037Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98863ad-eacd-410d-a81f-73dc874d3ce9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557680596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:21:27.074Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:27.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T23:21:27.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c98863ad-eacd-410d-a81f-73dc874d3ce9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2a2ab4fd-cc5e-49c4-875d-b6e1223bca45","serviceDescription":"service","serviceInvariantUUID":"d78e4339-e93d-409b-a991-38aedc51dc3a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af86f0d1-a37c-4aa4-a276-b82a41e73ae2","resourceInvariantUUID":"60b35649-2d4d-42e4-9b2e-528269709b38","resourceCustomizationUUID":"47c1460a-7249-4a2f-bc37-3df1e17873df","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":"NjA4ZTQyM2ZmZjA5YzI3ZjQwMTNlZTNhNWUxZWEyM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b53a5df-7117-4cab-9f73-51f9676d062e","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":"YmNlNzI3NTdjZjY3Y2YzNmJjZmJiZjczNDBiYjBiODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4000aef-2f57-4d09-877d-7c693eb0995b","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":"8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac","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":"d09601f2-adfc-4390-9130-d0521ce53ef0","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":"f96b87e4-6a87-4614-a5a4-bbaf51232fd9","artifactVersion":"2","generatedFromUUID":"5a4d4006-c443-43ae-9e3f-2b149106e3d5"},{"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":"d53149c7-aaef-4d9d-92ec-297fce82c225","artifactVersion":"2","generatedFromUUID":"8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac"},{"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":"5a4d4006-c443-43ae-9e3f-2b149106e3d5","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":"9987df87-b024-42ad-9b57-d4eed6649ff2","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":"YWY3ZTJiNjkxM2E3ZjM0NWIzMmEwZDRmN2VlNmQyY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47d0c037-56f4-4bc9-954a-95e3375f9283","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTUzNmVmZDYxY2FmNDE2MGVkZDY5YTQwODE1ZmE5YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac3e8aed-2d6d-4968-bb27-71856a3a9c54","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:21:27.078Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:27.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:27.083Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:27.083Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:27.184Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:27.185Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:27.186Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:27.206Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:27.208Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:28.085Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:28.087Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:28.091Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:28.091Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:21:28.191Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:28.192Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:28.192Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:28.216Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:28.217Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:29.091Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:29.092Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:29.095Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:29.095Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:21:29.195Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:29.197Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:29.197Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:29.221Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:29.222Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:30.096Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:30.096Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:30.098Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:30.099Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:30.199Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:30.200Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:30.200Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:30.214Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:30.214Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:21:31.099Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:31.100Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:31.125Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:31.126Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T23:21:31.205Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-06-06T23:21:31.206Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:31.206Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:31.222Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:31.222Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:32.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:32.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:32.134Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:32.134Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T23:21:32.234Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:32.235Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:32.235Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:32.275Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:32.275Z||pool-94-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:33.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:33.136Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:33.139Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:33.139Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T23:21:33.239Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:33.241Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:33.241Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:33.259Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:33.260Z||pool-95-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:21:34.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:34.144Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:34.146Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:34.146Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:34.248Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T23:21:34.249Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:34.249Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:34.268Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:34.269Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:35.147Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:35.150Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:35.152Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:35.152Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:21:35.252Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:21:35.253Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:35.254Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:35.284Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:35.285Z||pool-97-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:36.154Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:21:36.155Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:36.157Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:36.158Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:21:36.258Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:36.259Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:36.259Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:36.289Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:36.290Z||pool-98-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:37.159Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2a2ab4fd-cc5e-49c4-875d-b6e1223bca45",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d78e4339-e93d-409b-a991-38aedc51dc3a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "47c1460a-7249-4a2f-bc37-3df1e17873df",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "af86f0d1-a37c-4aa4-a276-b82a41e73ae2",
      "resourceInvariantUUID": "60b35649-2d4d-42e4-9b2e-528269709b38",
      "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": "YmNlNzI3NTdjZjY3Y2YzNmJjZmJiZjczNDBiYjBiODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d4000aef-2f57-4d09-877d-7c693eb0995b",
          "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": "8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac",
          "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": "d53149c7-aaef-4d9d-92ec-297fce82c225",
            "generatedFromUUID": "8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac"
          },
          "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": "f96b87e4-6a87-4614-a5a4-bbaf51232fd9",
          "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": "d53149c7-aaef-4d9d-92ec-297fce82c225",
          "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": "5a4d4006-c443-43ae-9e3f-2b149106e3d5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTUzNmVmZDYxY2FmNDE2MGVkZDY5YTQwODE1ZmE5YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac3e8aed-2d6d-4968-bb27-71856a3a9c54"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:21:37.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:21:37.161Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2a2ab4fd-cc5e-49c4-875d-b6e1223bca45 ASDC
2022-06-06T23:21:37.162Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c98863ad-eacd-410d-a81f-73dc874d3ce9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2a2ab4fd-cc5e-49c4-875d-b6e1223bca45
ServiceInvariantUUID:d78e4339-e93d-409b-a991-38aedc51dc3a
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:ac3e8aed-2d6d-4968-bb27-71856a3a9c54
ArtifactChecksum:ZTUzNmVmZDYxY2FmNDE2MGVkZDY5YTQwODE1ZmE5YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:47c1460a-7249-4a2f-bc37-3df1e17873df
ResourceInvariantUUID:60b35649-2d4d-42e4-9b2e-528269709b38
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:af86f0d1-a37c-4aa4-a276-b82a41e73ae2
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:d4000aef-2f57-4d09-877d-7c693eb0995b
ArtifactChecksum:YmNlNzI3NTdjZjY3Y2YzNmJjZmJiZjczNDBiYjBiODg=
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:8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac
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:d53149c7-aaef-4d9d-92ec-297fce82c225
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:f96b87e4-6a87-4614-a5a4-bbaf51232fd9
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:d53149c7-aaef-4d9d-92ec-297fce82c225
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:5a4d4006-c443-43ae-9e3f-2b149106e3d5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T23:21:37.162Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a2ab4fd-cc5e-49c4-875d-b6e1223bca45 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:21:37.195Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:21:37.196Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T23:21:37.196Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T23:21:37.197Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac3e8aed-2d6d-4968-bb27-71856a3a9c54 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:37.197Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:21:37.197Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:37.268Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:21:37.275Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ac3e8aed-2d6d-4968-bb27-71856a3a9c54 158209
2022-06-06T23:21:37.275Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T23:21:37.275Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:37.276Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:21:37.276Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:37.278Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:37.278Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557697275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:37.378Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:37.379Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:37.379Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:37.394Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:37.395Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:38.279Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:21:38.280Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T23:21:38.280Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ac3e8aed-2d6d-4968-bb27-71856a3a9c54, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:38.281Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-06T23:21:38.282Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:38.282Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:38.480Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7028571033149698829/Definitions/service-BasicCnfMacro-template.yml
2022-06-06T23:21:39.921Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:39.922Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T23:21:39.923Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.923Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.924Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:39.925Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T23:21:39.925Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:21:39.926Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.926Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.926Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:39.926Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T23:21:39.927Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:21:39.927Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.927Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.927Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.928Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T23:21:39.928Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-06T23:21:39.928Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-06T23:21:39.929Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T23:21:39.929Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.929Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:21:39.929Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.930Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:39.930Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:21:39.930Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.932Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:39.932Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:21:39.934Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.934Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:39.935Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:21:39.935Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.935Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:39.936Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:21:39.936Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.936Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T23:21:39.936Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-06T23:21:39.937Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9064a0fc-9b57-4858-8330-2159e2edab3e
2022-06-06T23:21:39.937Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.937Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.937Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.938Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.938Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.938Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.938Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:39.938Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:39.938Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2a2ab4fd-cc5e-49c4-875d-b6e1223bca45
Model Version:NULL
Model InvariantUuid:d78e4339-e93d-409b-a991-38aedc51dc3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:9ee5daf8-0652-48ae-b3a5-01625422c4c1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60b35649-2d4d-42e4-9b2e-528269709b38
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47c1460a-7249-4a2f-bc37-3df1e17873df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea52d94a-10e4-41a9-a946-e6dced84f1ee
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3723fb10-f352-4f9f-bdd4-1bf6f2e315e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3d4dde2e-3c74-41b4-996b-26716162e60d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c14b9a96-b9b8-4673-b48b-82a5d8fe4df9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9064a0fc-9b57-4858-8330-2159e2edab3e
ModelInvariantUuid:d4cf2db5-db38-430a-b0f0-43010ccdf1b6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:cfd4039f-d3dc-4ec2-adf8-2c765b28942d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:52b58875-ada1-40ce-9832-01667eff5821
ModelInvariantUuid:1f4882b5-b9d9-45b6-a343-42f00c1fcccb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:928bb1ab-a6f2-4324-b69a-2c297b1883ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:21:39.955Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: af86f0d1-a37c-4aa4-a276-b82a41e73ae2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:21:39.962Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-06-06T23:21:39.963Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af86f0d1-a37c-4aa4-a276-b82a41e73ae2
2022-06-06T23:21:39.963Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4000aef-2f57-4d09-877d-7c693eb0995b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T23:21:39.963Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:21:39.963Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T23:21:40.019Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:21:40.019Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d4000aef-2f57-4d09-877d-7c693eb0995b 1565
2022-06-06T23:21:40.020Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-06T23:21:40.020Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T23:21:40.020Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:21:40.020Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:40.024Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:40.024Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557700020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:40.124Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:21:40.125Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:40.125Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:40.140Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:40.141Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:41.029Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3d4dde2e-3c74-41b4-996b-26716162e60d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c14b9a96-b9b8-4673-b48b-82a5d8fe4df9",
    "vfModuleModelCustomizationUUID": "fcaed735-8fee-401e-aeae-dea9ca9415df",
    "isBase": true,
    "artifacts": [
      "8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac",
      "d53149c7-aaef-4d9d-92ec-297fce82c225"
    ],
    "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": "ea52d94a-10e4-41a9-a946-e6dced84f1ee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3723fb10-f352-4f9f-bdd4-1bf6f2e315e5",
    "vfModuleModelCustomizationUUID": "2dbb9bdb-71df-407e-9ede-c98ea499b6b5",
    "isBase": false,
    "artifacts": [
      "5a4d4006-c443-43ae-9e3f-2b149106e3d5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T23:21:41.034Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c14b9a96-b9b8-4673-b48b-82a5d8fe4df9
VfModuleModelInvariantUUID:3d4dde2e-3c74-41b4-996b-26716162e60d
VfModuleModelDescription:NULL
Artifacts UUID List:{
8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac
,
d53149c7-aaef-4d9d-92ec-297fce82c225

}
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:3723fb10-f352-4f9f-bdd4-1bf6f2e315e5
VfModuleModelInvariantUUID:ea52d94a-10e4-41a9-a946-e6dced84f1ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a4d4006-c443-43ae-9e3f-2b149106e3d5

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

isBase:false


}

2022-06-06T23:21:41.053Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3d4dde2e-3c74-41b4-996b-26716162e60d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c14b9a96-b9b8-4673-b48b-82a5d8fe4df9",
    "vfModuleModelCustomizationUUID": "fcaed735-8fee-401e-aeae-dea9ca9415df",
    "isBase": true,
    "artifacts": [
      "8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac",
      "d53149c7-aaef-4d9d-92ec-297fce82c225"
    ],
    "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": "ea52d94a-10e4-41a9-a946-e6dced84f1ee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3723fb10-f352-4f9f-bdd4-1bf6f2e315e5",
    "vfModuleModelCustomizationUUID": "2dbb9bdb-71df-407e-9ede-c98ea499b6b5",
    "isBase": false,
    "artifacts": [
      "5a4d4006-c443-43ae-9e3f-2b149106e3d5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T23:21:41.054Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c14b9a96-b9b8-4673-b48b-82a5d8fe4df9
VfModuleModelInvariantUUID:3d4dde2e-3c74-41b4-996b-26716162e60d
VfModuleModelDescription:NULL
Artifacts UUID List:{
8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac
,
d53149c7-aaef-4d9d-92ec-297fce82c225

}
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:3723fb10-f352-4f9f-bdd4-1bf6f2e315e5
VfModuleModelInvariantUUID:ea52d94a-10e4-41a9-a946-e6dced84f1ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a4d4006-c443-43ae-9e3f-2b149106e3d5

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

isBase:false


}

2022-06-06T23:21:41.054Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T23:21:41.054Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:21:41.054Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T23:21:41.198Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:21:41.199Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8efe1fc5-e37d-4f80-b19c-d57e8b7e5dac 914
2022-06-06T23:21:41.199Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-06T23:21:41.199Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T23:21:41.200Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:21:41.200Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:41.202Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:41.202Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557701199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:41.302Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:21:41.304Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:41.304Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:41.318Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:41.319Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:21:42.203Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f96b87e4-6a87-4614-a5a4-bbaf51232fd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T23:21:42.204Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:21:42.204Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T23:21:42.256Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:21:42.257Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f96b87e4-6a87-4614-a5a4-bbaf51232fd9 12
2022-06-06T23:21:42.258Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-06T23:21:42.258Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T23:21:42.259Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:21:42.259Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:42.262Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:42.262Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557702258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:42.362Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:42.363Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:42.363Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:42.377Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:42.378Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:43.263Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d53149c7-aaef-4d9d-92ec-297fce82c225 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T23:21:43.264Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:21:43.264Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T23:21:43.345Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:21:43.346Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d53149c7-aaef-4d9d-92ec-297fce82c225 96
2022-06-06T23:21:43.347Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-06T23:21:43.347Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T23:21:43.348Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:21:43.348Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:43.351Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:43.351Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557703347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:43.451Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:43.451Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:43.452Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:43.466Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:43.466Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:44.352Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5a4d4006-c443-43ae-9e3f-2b149106e3d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T23:21:44.353Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:21:44.353Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T23:21:44.410Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:21:44.416Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 5a4d4006-c443-43ae-9e3f-2b149106e3d5 20206
2022-06-06T23:21:44.418Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-06T23:21:44.418Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T23:21:44.419Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:21:44.419Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:44.421Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:44.421Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557704418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:21:44.522Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T23:21:44.523Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:44.523Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:44.540Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:44.541Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:45.427Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2a2ab4fd-cc5e-49c4-875d-b6e1223bca45
2022-06-06T23:21:45.428Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 af86f0d1-a37c-4aa4-a276-b82a41e73ae2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:21:45.439Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@345396a0, org.onap.sdc.toscaparser.api.parameters.Input@3b6ae30e, org.onap.sdc.toscaparser.api.parameters.Input@305c17d2, org.onap.sdc.toscaparser.api.parameters.Input@56c10ba0, org.onap.sdc.toscaparser.api.parameters.Input@7e8f614e]
2022-06-06T23:21:45.442Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.442Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.442Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-06T23:21:45.443Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 47c1460a-7249-4a2f-bc37-3df1e17873df
2022-06-06T23:21:45.443Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47c1460a-7249-4a2f-bc37-3df1e17873df matches Tosca VF Customization UUID: 47c1460a-7249-4a2f-bc37-3df1e17873df
2022-06-06T23:21:45.443Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 47c1460a-7249-4a2f-bc37-3df1e17873df  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T23:21:45.446Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.447Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.448Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 47c1460a-7249-4a2f-bc37-3df1e17873df: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-06T23:21:45.448Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c6167fa
2022-06-06T23:21:45.448Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.449Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:21:45.449Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2dbb9bdb-71df-407e-9ede-c98ea499b6b5
2022-06-06T23:21:45.449Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2dbb9bdb-71df-407e-9ede-c98ea499b6b5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T23:21:45.452Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.453Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:45.453Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:21:45.453Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.453Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:45.454Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:21:45.454Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.454Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T23:21:45.454Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=47c1460a-7249-4a2f-bc37-3df1e17873df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:21:45.457Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.457Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.458Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2a2ab4fd-cc5e-49c4-875d-b6e1223bca45: basic_cnf_macro
2022-06-06T23:21:45.458Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.458Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.458Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.459Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.459Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.459Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.459Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.460Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.460Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:21:45.460Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:21:45.461Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:21:45.499Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro af86f0d1-a37c-4aa4-a276-b82a41e73ae2 2 ASDC deployResourceStructure
2022-06-06T23:21:45.499Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-06T23:21:45.500Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T23:21:45.500Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:21:45.500Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:45.502Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:45.502Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557705499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:45.602Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:45.603Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:45.603Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:45.615Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:45.616Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:46.504Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-06T23:21:46.505Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T23:21:46.505Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:21:46.506Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:46.508Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:46.509Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557706504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:46.609Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:46.610Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:46.610Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:46.623Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:46.624Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:21:47.511Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-06T23:21:47.511Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-06T23:21:47.511Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T23:21:47.512Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:47.514Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:47.514Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557707510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T23:21:47.614Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:47.615Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:47.615Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:47.668Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:47.669Z||pool-107-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:48.517Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-06T23:21:48.518Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T23:21:48.523Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:21:48.524Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:48.526Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:48.526Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557708517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:48.626Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:48.627Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:48.627Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:48.640Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:48.640Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:21:49.527Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-06T23:21:49.527Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-06T23:21:49.528Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T23:21:49.529Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:49.531Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:49.532Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557709527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T23:21:49.632Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:21:49.633Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:49.633Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:49.651Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:49.652Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:21:50.535Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T23:21:50.536Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T23:21:50.536Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:21:50.537Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:21:50.540Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:21:50.540Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557710533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:21:50.642Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T23:21:50.644Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:21:50.644Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:21:50.665Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:21:50.666Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:21:51.541Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:21:51.558Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:21:51.564Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:21:51.565Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:21:51.565Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:22:21.565Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:22:21.577Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:22:21.579Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:22:21.579Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:22:21.580Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:22:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:22:26.408Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:22:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:22:26.443Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:22:26.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:22:26.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:22:26.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:22:51.580Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:22:51.591Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:22:51.594Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:22:51.594Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:22:51.594Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:23:21.595Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:23:21.603Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:23:21.606Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:23:21.606Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:23:21.606Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:23:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:23:26.408Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:23:26.408Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:23:26.438Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:23:26.439Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:23:26.439Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:23:26.440Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:23:51.607Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:23:51.622Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:23:51.625Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:23:51.625Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:23:51.625Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:24:21.625Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:24:21.641Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:24:21.644Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:24:21.644Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T23:24:21.644Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T23:24:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:24:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:24:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:24:26.435Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:24:26.449Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.449Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.450Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557688449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557679036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "aai-ml",
  "timestamp": 1654557689453,
  "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-06-06T23:24:26.464Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c98863ad-eacd-410d-a81f-73dc874d3ce9
2022-06-06T23:24:26.465Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98863ad-eacd-410d-a81f-73dc874d3ce9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.474Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557682266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557675812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.475Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557678667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557681601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557691242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.476Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557691242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557690930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.477Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557692245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557692003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.478Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "cds",
  "timestamp": 1654557692501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.493Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 921a1054-0de6-4e47-838e-f87c6cc7b5c2
2022-06-06T23:24:26.493Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.501Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.501Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.501Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.501Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.501Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.502Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.502Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.502Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "policy-id",
  "timestamp": 1654557693248,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.506Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 921a1054-0de6-4e47-838e-f87c6cc7b5c2
2022-06-06T23:24:26.506Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.516Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.516Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557693061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.517Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557694106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.522Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 921a1054-0de6-4e47-838e-f87c6cc7b5c2
2022-06-06T23:24:26.522Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557695141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.528Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557697042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.529Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557697275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.530Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557691689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557700427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.531Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557700020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557701199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557702046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.532Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557702825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557702258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.533Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "clamp",
  "timestamp": 1654557703050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.538Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c98863ad-eacd-410d-a81f-73dc874d3ce9
2022-06-06T23:24:26.538Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98863ad-eacd-410d-a81f-73dc874d3ce9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.547Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.548Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557703829,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.552Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 921a1054-0de6-4e47-838e-f87c6cc7b5c2
2022-06-06T23:24:26.553Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.561Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.561Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.562Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.562Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.562Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557703347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.562Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.562Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.563Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.563Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.563Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.563Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557704418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.564Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.564Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.564Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557698581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.565Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.565Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.565Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557705499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.565Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.566Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.566Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557707320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.566Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.566Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.567Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557706504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.567Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.567Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.567Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557707510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T23:24:26.567Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.568Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.568Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557708517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.568Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.568Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.569Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.569Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.569Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.569Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557709527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T23:24:26.570Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.570Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.570Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.570Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.570Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.571Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557710533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.571Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.571Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.571Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.572Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.572Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.572Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.572Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.572Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.573Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.573Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.573Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.573Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.573Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.574Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.574Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.574Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.574Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.574Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557716078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.575Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.575Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.575Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.575Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.575Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.575Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557709036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.576Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.576Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.576Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "aai-ml",
  "timestamp": 1654557717081,
  "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-06-06T23:24:26.581Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 921a1054-0de6-4e47-838e-f87c6cc7b5c2
2022-06-06T23:24:26.581Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.589Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.590Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.591Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.592Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.593Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.594Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.595Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.596Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557712266,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.597Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557715813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557724676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.598Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557716783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.599Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557725581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.600Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "cds",
  "timestamp": 1654557725917,
  "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-06-06T23:24:26.614Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7637a856-fbb1-490e-9b01-09c50f6f972c
2022-06-06T23:24:26.614Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7637a856-fbb1-490e-9b01-09c50f6f972c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.628Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.628Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557726535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557726608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.629Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.630Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557727538,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.631Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.631Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.631Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654557727611,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.636Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7637a856-fbb1-490e-9b01-09c50f6f972c
2022-06-06T23:24:26.636Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7637a856-fbb1-490e-9b01-09c50f6f972c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.644Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.645Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557728047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.645Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.645Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.645Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.645Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.645Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.646Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.646Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.646Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.646Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "policy-id",
  "timestamp": 1654557728541,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.650Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7637a856-fbb1-490e-9b01-09c50f6f972c
2022-06-06T23:24:26.650Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7637a856-fbb1-490e-9b01-09c50f6f972c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.659Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.659Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.659Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654557719833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.660Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557721688,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.661Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.662Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.662Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.662Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557731500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.662Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.662Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.662Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557732055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.663Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.664Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "clamp",
  "timestamp": 1654557733060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.669Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 921a1054-0de6-4e47-838e-f87c6cc7b5c2
2022-06-06T23:24:26.669Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.677Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557733460,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.678Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654557734465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:24:26.682Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7637a856-fbb1-490e-9b01-09c50f6f972c
2022-06-06T23:24:26.683Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7637a856-fbb1-490e-9b01-09c50f6f972c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.690Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557728581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557738332,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.691Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557744039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:24:26.692Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.693Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.693Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.693Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.693Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "aai-ml",
  "timestamp": 1654557745045,
  "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-06-06T23:24:26.701Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7637a856-fbb1-490e-9b01-09c50f6f972c
2022-06-06T23:24:26.702Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7637a856-fbb1-490e-9b01-09c50f6f972c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:24:26.709Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.710Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.710Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:26.710Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:24:26.710Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:24:26.710Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:24:51.645Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:24:51.655Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:24:51.661Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:24:51.661Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:24:51.661Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:24:51.662Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:24:51.662Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:24:51.662Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:24:51.662Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:24:51.662Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:24:51.663Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:24:51.663Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:24:51.663Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|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-06-06T23:24:51.668Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:25:21.668Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c98863ad-eacd-410d-a81f-73dc874d3ce9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:25:21.674Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c98863ad-eacd-410d-a81f-73dc874d3ce9 and serviceModelVersionId: 2a2ab4fd-cc5e-49c4-875d-b6e1223bca45
2022-06-06T23:25:21.674Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d78e4339-e93d-409b-a991-38aedc51dc3a
2022-06-06T23:25:21.675Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0
2022-06-06T23:25:21.681Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:25:21.743Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0|INFO|500||Invoke
2022-06-06T23:25:21.744Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c98863ad-eacd-410d-a81f-73dc874d3ce9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef915413-d91b-455f-a5a9-9a8f8a0407fd], X-ECOMP-RequestID=[c98863ad-eacd-410d-a81f-73dc874d3ce9], X-TransactionId=[], X-ONAP-RequestID=[c98863ad-eacd-410d-a81f-73dc874d3ce9], Content-Type=[application/merge-patch+json]}
2022-06-06T23:25:21.772Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:25:21.856Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?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/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-23:25:22:110-56913], vertex-id=[249896], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:25:22 GMT], Content-Type=[application/json]}
2022-06-06T23:25:21.856Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:25:21.857Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d78e4339-e93d-409b-a991-38aedc51dc3a/model-vers/model-ver/2a2ab4fd-cc5e-49c4-875d-b6e1223bca45?depth=0|INFO|500||InvokeReturn
2022-06-06T23:25:21.858Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:25:21.859Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|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-06-06T23:25:21.866Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|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-06-06T23:25:21.867Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c98863ad-eacd-410d-a81f-73dc874d3ce9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:25:21.867Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:25:21.868Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:21.871Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:21.871Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557921867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:25:21.971Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:21.972Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:21.972Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:21.989Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:21.990Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:25:22.882Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T23:25:22.882Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"921a1054-0de6-4e47-838e-f87c6cc7b5c2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"08f2c216-e2af-48ec-b58d-f61177b3432b","serviceDescription":"service","serviceInvariantUUID":"75967831-3240-49f5-8e7d-261029dfb534","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b361468e-3f54-4ff9-bb02-1069e41955da","resourceInvariantUUID":"033df245-66b4-487d-b293-81124928de5c","resourceCustomizationUUID":"85e98860-90e2-4f83-811e-fc2449071e72","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":"OTlmMzNiNDhiNWMzYjViNjNkZjJlMzkzZmU5MThmOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7133593-4c77-4293-b328-0baa880031c2","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":"OTk5ODU5YmE4MGYyMTYzMTI1ODk1MzY0ZTEzZmUyYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0823001-19d3-4449-bb7a-830f78278339","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":"70a2d691-bb35-4f5c-83cf-84a1c5b8a066","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":"f57cb0d4-2256-4458-9841-3602049b1dc6","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":"dc72a9df-73c3-44dc-83a9-bc8b569ed71c","artifactVersion":"2","generatedFromUUID":"70a2d691-bb35-4f5c-83cf-84a1c5b8a066"},{"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":"N2M0ZGQ5M2E1YTk2OTM5MTRkZTgyY2Q0YjE3OTc2YTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cedd5de4-39b6-4c66-899d-09d3e08f08a3","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":"NGM3ZTM4OGZkN2FhYWQ0OThjZGE3ZWI0MjViN2JjMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2633af79-3835-42bf-b8f4-631365881e40","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODFjNDRlNmU5MzQyMmI1Y2JiOGI1N2Y0M2FiYzljNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71237ed4-cdba-485d-a962-47773c03eb73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:25:22.883Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:22.883Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:22.885Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:22.885Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:25:22.985Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:22.986Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:22.986Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:22.999Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:23.000Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:25:23.886Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:23.886Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:23.888Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:23.888Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:25:23.988Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:23.989Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:23.989Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:24.004Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:24.004Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:25:24.889Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:24.890Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:24.892Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:24.892Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:25:24.992Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:24.994Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:24.994Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:25.012Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:25.013Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:25.893Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:25.894Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:25.896Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:25.896Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:25:25.996Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:25.997Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:25.997Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:26.027Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:26.028Z||pool-115-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:25:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:25:26.408Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:25:26.468Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:26.469Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:25:26.469Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557739036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:25:26.470Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:25:26.470Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:25:26.470Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557753051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:25:26.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:25:26.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:25:26.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557755060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:25:26.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:25:26.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:25:26.471Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "clamp",
  "timestamp": 1654557756065,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T23:25:26.480Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7637a856-fbb1-490e-9b01-09c50f6f972c
2022-06-06T23:25:26.481Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7637a856-fbb1-490e-9b01-09c50f6f972c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:25:26.897Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:26.898Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:26.900Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:26.900Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T23:25:27.000Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:27.000Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:27.001Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:27.015Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:27.015Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:27.901Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:27.902Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:27.904Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:27.904Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:25:28.004Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:28.005Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:28.005Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:28.031Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:28.032Z||pool-117-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:28.905Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:28.905Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:28.908Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:28.908Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:25:29.008Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:29.009Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:29.009Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:29.034Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:29.035Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:29.909Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:25:29.910Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:29.912Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:29.912Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:25:30.012Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:30.013Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:30.013Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:30.026Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:30.027Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:25:30.914Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "08f2c216-e2af-48ec-b58d-f61177b3432b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "75967831-3240-49f5-8e7d-261029dfb534",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "85e98860-90e2-4f83-811e-fc2449071e72",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b361468e-3f54-4ff9-bb02-1069e41955da",
      "resourceInvariantUUID": "033df245-66b4-487d-b293-81124928de5c",
      "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": "OTk5ODU5YmE4MGYyMTYzMTI1ODk1MzY0ZTEzZmUyYjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a0823001-19d3-4449-bb7a-830f78278339",
          "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": "70a2d691-bb35-4f5c-83cf-84a1c5b8a066",
          "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": "dc72a9df-73c3-44dc-83a9-bc8b569ed71c",
            "generatedFromUUID": "70a2d691-bb35-4f5c-83cf-84a1c5b8a066"
          },
          "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": "dc72a9df-73c3-44dc-83a9-bc8b569ed71c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODFjNDRlNmU5MzQyMmI1Y2JiOGI1N2Y0M2FiYzljNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71237ed4-cdba-485d-a962-47773c03eb73"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:25:30.915Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:25:30.915Z|c98863ad-eacd-410d-a81f-73dc874d3ce9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08f2c216-e2af-48ec-b58d-f61177b3432b ASDC
2022-06-06T23:25:30.915Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:921a1054-0de6-4e47-838e-f87c6cc7b5c2
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:08f2c216-e2af-48ec-b58d-f61177b3432b
ServiceInvariantUUID:75967831-3240-49f5-8e7d-261029dfb534
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:71237ed4-cdba-485d-a962-47773c03eb73
ArtifactChecksum:ODFjNDRlNmU5MzQyMmI1Y2JiOGI1N2Y0M2FiYzljNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:85e98860-90e2-4f83-811e-fc2449071e72
ResourceInvariantUUID:033df245-66b4-487d-b293-81124928de5c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b361468e-3f54-4ff9-bb02-1069e41955da
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:a0823001-19d3-4449-bb7a-830f78278339
ArtifactChecksum:OTk5ODU5YmE4MGYyMTYzMTI1ODk1MzY0ZTEzZmUyYjc=
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:70a2d691-bb35-4f5c-83cf-84a1c5b8a066
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:dc72a9df-73c3-44dc-83a9-bc8b569ed71c
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:dc72a9df-73c3-44dc-83a9-bc8b569ed71c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T23:25:30.916Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08f2c216-e2af-48ec-b58d-f61177b3432b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:25:30.961Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:25:30.962Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T23:25:30.962Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T23:25:30.962Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 71237ed4-cdba-485d-a962-47773c03eb73 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T23:25:30.963Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:25:30.963Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T23:25:31.116Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:25:31.120Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 71237ed4-cdba-485d-a962-47773c03eb73 78816
2022-06-06T23:25:31.120Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-06T23:25:31.121Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T23:25:31.121Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:25:31.121Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:31.145Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:31.145Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557931120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:25:31.223Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-06-06T23:25:31.224Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:31.224Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:31.244Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:31.244Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:32.146Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:25:32.147Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T23:25:32.147Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 71237ed4-cdba-485d-a962-47773c03eb73, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:32.148Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-06T23:25:32.148Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:32.149Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:32.258Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17590324585243082109/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T23:25:33.499Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:25:33.499Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T23:25:33.499Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.499Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T23:25:33.499Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.499Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.500Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.501Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:33.501Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T23:25:33.501Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:25:33.501Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.501Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.501Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:33.502Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T23:25:33.502Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:25:33.502Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.502Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.502Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.502Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.503Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:25:33.504Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.505Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:33.505Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:25:33.505Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.505Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T23:25:33.505Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T23:25:33.505Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9de27a9c-4b46-4c52-82f2-e16109c8707f
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.506Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.507Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:33.507Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:33.507Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:08f2c216-e2af-48ec-b58d-f61177b3432b
Model Version:NULL
Model InvariantUuid:75967831-3240-49f5-8e7d-261029dfb534
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:54229d04-b2a1-49fd-8b22-806f39c937fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:033df245-66b4-487d-b293-81124928de5c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85e98860-90e2-4f83-811e-fc2449071e72
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1de219f-2048-4402-8162-9f6b52580ae0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:637ae13a-c262-4fd8-ba94-e52df1b88c5e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9de27a9c-4b46-4c52-82f2-e16109c8707f
ModelInvariantUuid:07cf57c4-bace-49a6-a77e-09e7d1c0a59f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:53c20153-70fd-4719-a57c-166a5d88e870
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:db3c868f-de27-4c49-940d-0d43c36a0937
ModelInvariantUuid:b9a2a166-fb62-4d81-911a-6f7133cb21ce
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6554fe3f-a254-484b-86a1-d7f8be1d3789
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:25:33.516Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b361468e-3f54-4ff9-bb02-1069e41955da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:25:33.519Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-06-06T23:25:33.520Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b361468e-3f54-4ff9-bb02-1069e41955da
2022-06-06T23:25:33.520Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0823001-19d3-4449-bb7a-830f78278339 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T23:25:33.520Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:25:33.520Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T23:25:33.592Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:25:33.593Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a0823001-19d3-4449-bb7a-830f78278339 792
2022-06-06T23:25:33.593Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-06T23:25:33.593Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T23:25:33.593Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:25:33.594Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:33.598Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:33.598Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557933593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:25:33.701Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T23:25:33.702Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:33.702Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:33.726Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:33.727Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:25:34.599Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1de219f-2048-4402-8162-9f6b52580ae0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "637ae13a-c262-4fd8-ba94-e52df1b88c5e",
    "vfModuleModelCustomizationUUID": "633cc21d-c916-4e7a-813d-cc60c88e5533",
    "isBase": true,
    "artifacts": [
      "70a2d691-bb35-4f5c-83cf-84a1c5b8a066",
      "dc72a9df-73c3-44dc-83a9-bc8b569ed71c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T23:25:34.604Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:637ae13a-c262-4fd8-ba94-e52df1b88c5e
VfModuleModelInvariantUUID:c1de219f-2048-4402-8162-9f6b52580ae0
VfModuleModelDescription:NULL
Artifacts UUID List:{
70a2d691-bb35-4f5c-83cf-84a1c5b8a066
,
dc72a9df-73c3-44dc-83a9-bc8b569ed71c

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

isBase:true


}

2022-06-06T23:25:34.606Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1de219f-2048-4402-8162-9f6b52580ae0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "637ae13a-c262-4fd8-ba94-e52df1b88c5e",
    "vfModuleModelCustomizationUUID": "633cc21d-c916-4e7a-813d-cc60c88e5533",
    "isBase": true,
    "artifacts": [
      "70a2d691-bb35-4f5c-83cf-84a1c5b8a066",
      "dc72a9df-73c3-44dc-83a9-bc8b569ed71c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T23:25:34.606Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:637ae13a-c262-4fd8-ba94-e52df1b88c5e
VfModuleModelInvariantUUID:c1de219f-2048-4402-8162-9f6b52580ae0
VfModuleModelDescription:NULL
Artifacts UUID List:{
70a2d691-bb35-4f5c-83cf-84a1c5b8a066
,
dc72a9df-73c3-44dc-83a9-bc8b569ed71c

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

isBase:true


}

2022-06-06T23:25:34.607Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 70a2d691-bb35-4f5c-83cf-84a1c5b8a066 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T23:25:34.607Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:25:34.607Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T23:25:34.687Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:25:34.688Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 70a2d691-bb35-4f5c-83cf-84a1c5b8a066 5033
2022-06-06T23:25:34.688Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T23:25:34.689Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T23:25:34.689Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:25:34.689Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:34.692Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:34.692Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557934688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:25:34.791Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:34.793Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:34.793Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:34.811Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:34.812Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:35.693Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc72a9df-73c3-44dc-83a9-bc8b569ed71c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T23:25:35.693Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T23:25:35.694Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T23:25:35.761Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T23:25:35.762Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dc72a9df-73c3-44dc-83a9-bc8b569ed71c 903
2022-06-06T23:25:35.763Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T23:25:35.763Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T23:25:35.763Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:25:35.763Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:35.768Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:35.768Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557935763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:25:35.868Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:35.869Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:35.869Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:35.889Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:35.890Z||pool-123-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:36.769Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 08f2c216-e2af-48ec-b58d-f61177b3432b
2022-06-06T23:25:36.770Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b361468e-3f54-4ff9-bb02-1069e41955da ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:25:36.786Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f139a40, org.onap.sdc.toscaparser.api.parameters.Input@5e173654, org.onap.sdc.toscaparser.api.parameters.Input@dc71701, org.onap.sdc.toscaparser.api.parameters.Input@4de3bf66, org.onap.sdc.toscaparser.api.parameters.Input@7e91ed00]
2022-06-06T23:25:36.789Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.789Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.789Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-06T23:25:36.790Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 85e98860-90e2-4f83-811e-fc2449071e72
2022-06-06T23:25:36.790Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85e98860-90e2-4f83-811e-fc2449071e72 matches Tosca VF Customization UUID: 85e98860-90e2-4f83-811e-fc2449071e72
2022-06-06T23:25:36.790Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 85e98860-90e2-4f83-811e-fc2449071e72  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-06T23:25:36.794Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.794Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.795Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 85e98860-90e2-4f83-811e-fc2449071e72: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-06T23:25:36.796Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cd1205e
2022-06-06T23:25:36.797Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.797Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T23:25:36.797Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 633cc21d-c916-4e7a-813d-cc60c88e5533
2022-06-06T23:25:36.797Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 633cc21d-c916-4e7a-813d-cc60c88e5533
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-06T23:25:36.800Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.801Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:36.801Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:25:36.802Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.802Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:36.802Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:25:36.803Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.803Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T23:25:36.804Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T23:25:36.804Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T23:25:36.804Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9de27a9c-4b46-4c52-82f2-e16109c8707f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-06T23:25:36.808Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.808Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:36.809Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T23:25:36.809Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.809Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T23:25:36.810Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=85e98860-90e2-4f83-811e-fc2449071e72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:25:36.813Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.814Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.814Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 08f2c216-e2af-48ec-b58d-f61177b3432b: basic_vm_macro
2022-06-06T23:25:36.814Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.815Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.815Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.816Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.816Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.817Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.817Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.817Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.818Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:25:36.818Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:25:36.818Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T23:25:36.910Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b361468e-3f54-4ff9-bb02-1069e41955da 1 ASDC deployResourceStructure
2022-06-06T23:25:36.910Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-06T23:25:36.911Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T23:25:36.911Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:25:36.911Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:36.914Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:36.914Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557936910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:25:37.014Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:37.015Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:37.015Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:37.032Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:37.033Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:37.915Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T23:25:37.916Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T23:25:37.916Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:25:37.916Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:37.919Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:37.919Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557937915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:25:38.019Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:38.020Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:38.020Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:38.037Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:38.038Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:25:38.920Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T23:25:38.920Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T23:25:38.920Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:25:38.921Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:38.923Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:38.923Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557938920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:25:39.023Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:25:39.024Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:39.024Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:39.036Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:39.037Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:25:39.924Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-06T23:25:39.924Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T23:25:39.925Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:25:39.925Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:25:39.928Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:25:39.928Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557939924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:25:40.027Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:25:40.029Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:25:40.029Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:25:40.044Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:25:40.045Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:25:40.929Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 921a1054-0de6-4e47-838e-f87c6cc7b5c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:25:40.944Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 921a1054-0de6-4e47-838e-f87c6cc7b5c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:25:40.947Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:25:40.948Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:25:40.948Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:25:40.948Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:25:40.948Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:25:40.948Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:25:40.948Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:25:40.949Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:25:40.949Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:25:40.949Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:25:40.949Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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-06-06T23:25:40.955Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:26:10.956Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:26:10.964Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and serviceModelVersionId: 08f2c216-e2af-48ec-b58d-f61177b3432b
2022-06-06T23:26:10.966Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75967831-3240-49f5-8e7d-261029dfb534
2022-06-06T23:26:10.967Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0
2022-06-06T23:26:10.973Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:26:11.024Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0|INFO|500||Invoke
2022-06-06T23:26:11.024Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[921a1054-0de6-4e47-838e-f87c6cc7b5c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1eec3fb1-1b6a-4d35-942a-9d843c6ae75c], X-ECOMP-RequestID=[921a1054-0de6-4e47-838e-f87c6cc7b5c2], X-TransactionId=[], X-ONAP-RequestID=[921a1054-0de6-4e47-838e-f87c6cc7b5c2], Content-Type=[application/merge-patch+json]}
2022-06-06T23:26:11.052Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:26:11.160Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?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/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-23:26:11:388-6747], vertex-id=[200888], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:26:11 GMT], Content-Type=[application/json]}
2022-06-06T23:26:11.161Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:26:11.161Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75967831-3240-49f5-8e7d-261029dfb534/model-vers/model-ver/08f2c216-e2af-48ec-b58d-f61177b3432b?depth=0|INFO|500||InvokeReturn
2022-06-06T23:26:11.162Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:26:11.162Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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-06-06T23:26:11.174Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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-06-06T23:26:11.174Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 921a1054-0de6-4e47-838e-f87c6cc7b5c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:26:11.175Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:26:11.175Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:11.178Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:11.178Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557971175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:26:11.277Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:11.279Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:11.279Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:11.302Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:11.304Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:26:12.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:26:12.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:26:12.190Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:16.674Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:16.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T23:26:16.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7637a856-fbb1-490e-9b01-09c50f6f972c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ed08cd42-1914-4da5-a2b9-34c6bd881c0a","serviceDescription":"service","serviceInvariantUUID":"c83fcd61-cc58-4cd5-a9a6-af665b26c7d4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33","resourceInvariantUUID":"515db66e-d7b5-441e-a886-c02e31fd6594","resourceCustomizationUUID":"2e978e51-9a3e-49ab-9184-654e2d410664","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":"MjI4YTljMGYyMWQxYTU1OGY5ODBkYzJkNjExMTg4ZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98cfe392-529b-41fd-a168-201d769f2ecc","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":"848fd7b1-6a71-4e39-aeec-27a91889e0d0","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":"0ea943d8-b9c5-409d-bc97-eeb4b914b165","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":"MWIxOGU1NmQ0ZDc4YzZmZTJmNTQ0MWU1NDhiODI2Y2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a15a6164-17d6-4562-ae14-a48425abb851","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":"22b67248-ae56-4368-8cd6-38e7293711d4","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":"0744de3c-c908-42a3-a811-cff576ec85bc","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":"4da84253-4532-4033-b6f8-3caf3b0aa094","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":"NGQwZWVhOWNmODkzYTAxZjJhM2M5NmQxYTJiYThkYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d61e95c-19fa-4bfd-a7c8-f20407dc8685","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzU4NjY3YTY4YzNjMzU0NWRiYzUxM2JhNDBjZDNmMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069887e9-d08e-4659-8fb8-49ce13231b7b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T23:26:16.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:16.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:16.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:16.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:16.782Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:26:16.783Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:16.783Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:16.801Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:16.802Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:17.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:17.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:17.687Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:17.687Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:17.787Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:17.788Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:17.788Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:17.801Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:17.802Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:18.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:18.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:18.690Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:18.690Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:18.790Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:18.791Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:18.791Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:18.805Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:18.805Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:19.690Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:19.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:19.693Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:19.693Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:19.793Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:19.795Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:19.795Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:19.811Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:19.812Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:20.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:20.695Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:20.696Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:20.697Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:20.797Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:20.799Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:20.799Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:20.818Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:20.819Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:21.697Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:21.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:21.700Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:21.700Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:21.800Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:21.801Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:21.801Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:21.814Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:21.814Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:22.701Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:22.702Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:22.704Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:22.705Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:22.804Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:22.806Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:22.806Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:22.819Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:22.820Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:23.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:23.706Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:23.707Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:23.708Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:23.807Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:23.809Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:23.809Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:23.823Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:23.824Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:24.708Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T23:26:24.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:24.711Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:24.711Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:26:24.811Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:26:24.812Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:24.812Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:24.828Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:24.828Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T23:26:25.712Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ed08cd42-1914-4da5-a2b9-34c6bd881c0a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c83fcd61-cc58-4cd5-a9a6-af665b26c7d4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2e978e51-9a3e-49ab-9184-654e2d410664",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33",
      "resourceInvariantUUID": "515db66e-d7b5-441e-a886-c02e31fd6594",
      "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": "NzU4NjY3YTY4YzNjMzU0NWRiYzUxM2JhNDBjZDNmMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069887e9-d08e-4659-8fb8-49ce13231b7b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T23:26:25.713Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T23:26:25.714Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ed08cd42-1914-4da5-a2b9-34c6bd881c0a ASDC
2022-06-06T23:26:25.714Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7637a856-fbb1-490e-9b01-09c50f6f972c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ed08cd42-1914-4da5-a2b9-34c6bd881c0a
ServiceInvariantUUID:c83fcd61-cc58-4cd5-a9a6-af665b26c7d4
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:069887e9-d08e-4659-8fb8-49ce13231b7b
ArtifactChecksum:NzU4NjY3YTY4YzNjMzU0NWRiYzUxM2JhNDBjZDNmMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2e978e51-9a3e-49ab-9184-654e2d410664
ResourceInvariantUUID:515db66e-d7b5-441e-a886-c02e31fd6594
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T23:26:25.715Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed08cd42-1914-4da5-a2b9-34c6bd881c0a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:26:25.746Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:26:25.747Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T23:26:25.747Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T23:26:25.747Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 069887e9-d08e-4659-8fb8-49ce13231b7b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T23:26:25.748Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-06T23:26:25.748Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T23:26:25.884Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-06T23:26:25.891Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 069887e9-d08e-4659-8fb8-49ce13231b7b 105660
2022-06-06T23:26:25.892Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T23:26:25.892Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T23:26:25.892Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T23:26:25.893Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:25.895Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:25.895Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557985892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:26:25.995Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:26:25.995Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:25.996Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:26.015Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:26.016Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:26:26.408Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:26:26.408Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:26:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:26:26.451Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98863ad-eacd-410d-a81f-73dc874d3ce9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557921867,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:26:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:26:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:26:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:26:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:26:26.452Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:26:26.453Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:26:26.896Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T23:26:26.897Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-06T23:26:26.897Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 069887e9-d08e-4659-8fb8-49ce13231b7b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T23:26:26.898Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-06T23:26:26.898Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T23:26:26.899Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T23:26:27.001Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7094119222369232735/Definitions/service-TestPnfMacro-template.yml
2022-06-06T23:26:27.822Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T23:26:27.822Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T23:26:27.822Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||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-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||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-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||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-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||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-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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-TestPnfMacro-csar.csar
2022-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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-TestPnfMacro-csar.csar
2022-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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-TestPnfMacro-csar.csar
2022-06-06T23:26:27.823Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-06T23:26:27.824Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.824Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.824Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T23:26:27.824Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T23:26:27.824Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.825Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.826Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.827Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.827Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ed08cd42-1914-4da5-a2b9-34c6bd881c0a
Model Version:NULL
Model InvariantUuid:c83fcd61-cc58-4cd5-a9a6-af665b26c7d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T23:26:27.837Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:26:27.840Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-06-06T23:26:27.840Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33
2022-06-06T23:26:27.841Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ed08cd42-1914-4da5-a2b9-34c6bd881c0a
2022-06-06T23:26:27.841Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ed08cd42-1914-4da5-a2b9-34c6bd881c0a
2022-06-06T23:26:27.841Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T23:26:27.845Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fd2cf3f, org.onap.sdc.toscaparser.api.parameters.Input@711a38b2, org.onap.sdc.toscaparser.api.parameters.Input@70cbdcaf, org.onap.sdc.toscaparser.api.parameters.Input@76a2adb6, org.onap.sdc.toscaparser.api.parameters.Input@3f402f6a]
2022-06-06T23:26:27.846Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.846Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.846Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ed08cd42-1914-4da5-a2b9-34c6bd881c0a: test-pnf
2022-06-06T23:26:27.846Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Processing PNF resource: 3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33
2022-06-06T23:26:27.846Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T23:26:27.846Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T23:26:27.847Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2e978e51-9a3e-49ab-9184-654e2d410664 is the same as notified resource customizationUUID: 2e978e51-9a3e-49ab-9184-654e2d410664
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T23:26:27.879Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3c9bfe13-6dc8-4663-8a20-ae1b6b8b1a33 0 ASDC deployResourceStructure
2022-06-06T23:26:27.880Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T23:26:27.880Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T23:26:27.880Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T23:26:27.880Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:27.882Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:27.882Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557987880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:26:27.982Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T23:26:27.983Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:27.984Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:28.005Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:28.006Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T23:26:28.883Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7637a856-fbb1-490e-9b01-09c50f6f972c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:26:28.895Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7637a856-fbb1-490e-9b01-09c50f6f972c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.901Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.902Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.902Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.902Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T23:26:28.902Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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-06-06T23:26:28.907Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T23:26:58.908Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7637a856-fbb1-490e-9b01-09c50f6f972c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-06T23:26:58.915Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7637a856-fbb1-490e-9b01-09c50f6f972c and serviceModelVersionId: ed08cd42-1914-4da5-a2b9-34c6bd881c0a
2022-06-06T23:26:58.915Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c83fcd61-cc58-4cd5-a9a6-af665b26c7d4
2022-06-06T23:26:58.916Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0
2022-06-06T23:26:58.920Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T23:26:58.961Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0|INFO|500||Invoke
2022-06-06T23:26:58.962Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7637a856-fbb1-490e-9b01-09c50f6f972c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45465c70-448c-4b3c-952c-aeea2533f3b6], X-ECOMP-RequestID=[7637a856-fbb1-490e-9b01-09c50f6f972c], X-TransactionId=[], X-ONAP-RequestID=[7637a856-fbb1-490e-9b01-09c50f6f972c], Content-Type=[application/merge-patch+json]}
2022-06-06T23:26:58.983Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T23:26:59.185Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?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/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-23:26:59:319-90855], vertex-id=[319632], Content-Length=[0], Date=[Mon, 06 Jun 2022 23:26:59 GMT], Content-Type=[application/json]}
2022-06-06T23:26:59.185Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T23:26:59.186Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c83fcd61-cc58-4cd5-a9a6-af665b26c7d4/model-vers/model-ver/ed08cd42-1914-4da5-a2b9-34c6bd881c0a?depth=0|INFO|500||InvokeReturn
2022-06-06T23:26:59.186Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T23:26:59.186Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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-06-06T23:26:59.192Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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-06-06T23:26:59.192Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7637a856-fbb1-490e-9b01-09c50f6f972c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T23:26:59.192Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T23:26:59.192Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-06T23:26:59.194Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T23:26:59.194Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654558019192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:26:59.294Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T23:26:59.295Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T23:26:59.295Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L9sugkrlytHUln5m) ...
2022-06-06T23:26:59.317Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:26:59.317Z||pool-140-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T23:27:00.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:27:00.206Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:27:00.206Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:27:09.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:27:09.761Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:27:09.761Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:27:09.762Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:27:19.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:27:19.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:27:19.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:27:19.343Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:27:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:27:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:27:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:27:26.446Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:27:26.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T23:27:26.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557686404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557931120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557933593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557934688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557935763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557936910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T23:27:26.450Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557937915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557938920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557939924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "921a1054-0de6-4e47-838e-f87c6cc7b5c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557971175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557972189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T23:27:26.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-06T23:27:26.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T23:27:26.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557985892,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T23:27:26.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:27:28.896Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:27:28.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:27:28.897Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:27:28.897Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:27:38.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:27:38.495Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:27:38.496Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:27:38.496Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:27:48.058Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:28:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:28:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:28:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:28:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:28:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:28:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:28:26.936Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:28:26.937Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T23:28:26.937Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654557987880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T23:28:26.938Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:28:26.939Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T23:28:26.939Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7637a856-fbb1-490e-9b01-09c50f6f972c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654558019192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T23:28:26.939Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T23:28:35.969Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:29:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:29:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:29:26.406Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:29:26.406Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:29:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:29:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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 L9sugkrlytHUln5m) ...
2022-06-06T23:29:35.961Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:29:35.964Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:30:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:30:26.407Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:30:26.407Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:30:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:30:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:30:26.408Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:30:35.994Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:30:36.017Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:31:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:31:26.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:31:26.407Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:31:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:31:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:31:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:31:35.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:31:35.993Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:32:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:32:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:32:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:32:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:32:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:32:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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 L9sugkrlytHUln5m) ...
2022-06-06T23:32:35.952Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:32:35.968Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:33:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:33:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:33:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:33:26.406Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:33:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:33:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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 L9sugkrlytHUln5m) ...
2022-06-06T23:33:35.983Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:33:36.010Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:34:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:34:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:34:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:34:26.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:34:26.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:34:26.409Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:34:35.959Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:34:35.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:35:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:35:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:35:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:35:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:35:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:35:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:35:35.958Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:35:35.959Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:36:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:36:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:36:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:36:26.406Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:36:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:36:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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 L9sugkrlytHUln5m) ...
2022-06-06T23:36:35.955Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:36:35.958Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:37:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:37:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:37:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:37:26.406Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:37:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:37:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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 L9sugkrlytHUln5m) ...
2022-06-06T23:37:35.971Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:37:35.972Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:38:26.404Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:38:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:38:26.405Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...
2022-06-06T23:38:26.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:38:26.407Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:38:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:38:35.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:38:35.954Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:39:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:39:26.406Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:39:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:39:26.406Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:39:26.407Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:39:26.408Z|24eeaf66-6774-453a-855d-ccb8be00d01f|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 L9sugkrlytHUln5m) ...
2022-06-06T23:39:35.956Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:39:35.956Z|24eeaf66-6774-453a-855d-ccb8be00d01f|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:40:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:40:26.406Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:40:26.406Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:40:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:40:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:40:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:40:35.957Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:40:35.959Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:41:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:41:26.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:41:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:41:26.407Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:41:26.407Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:41:26.408Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:41:35.954Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:41:35.954Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:42:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:42:26.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:42:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:42:26.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:42:26.407Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:42:26.407Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:42:35.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:42:35.956Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:43:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:43:26.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:43:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:43:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:43:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:43:26.407Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|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 L9sugkrlytHUln5m) ...
2022-06-06T23:43:35.956Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:43:35.958Z|921a1054-0de6-4e47-838e-f87c6cc7b5c2|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:44:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:44:26.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:44:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:44:26.406Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:44:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:44:26.407Z|7637a856-fbb1-490e-9b01-09c50f6f972c|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 L9sugkrlytHUln5m) ...
2022-06-06T23:44:35.975Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:44:35.978Z|7637a856-fbb1-490e-9b01-09c50f6f972c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T23:45:26.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:45:26.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:45:26.405Z||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 L9sugkrlytHUln5m) ...
2022-06-06T23:45:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T23:45:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T23:45:26.407Z|c88cfe18-a5f1-4d60-b92f-07e975164baa|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 L9sugkrlytHUln5m) ...